[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request #8824 in B2/software from feature/complete-copyrig…
Browse files Browse the repository at this point in the history
…ht-update-in-alignment to master

* commit '67e2ab87b807e3f74dabbcedbfc2d6feaa809a05':
  Remove my name from some files
  Remove some names from cdc files
  update copyright statement in module creation helper tool
  remove explicit script author names in skim package
  remove unnecessary mentions of people
  Fix some errors after update in tracking
  Fix some errors after update in tracking
  Fix some errors after update in alignment
  Update copyright in alignment package
  • Loading branch information
GiacomoXT committed Jul 7, 2021
2 parents 380b425 + 67e2ab8 commit 477b01c
Show file tree
Hide file tree
Showing 94 changed files with 496 additions and 148 deletions.
7 changes: 7 additions & 0 deletions alignment/calibration/src/MillepedeAlgorithm.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**************************************************************************
* basf2 (Belle II Analysis Software Framework) *
* Author: The Belle II Collaboration *
* *
* See git log for contributors and copyright holders. *
* This file is licensed under LGPL-3.0, see LICENSE.md. *
**************************************************************************/

#include <alignment/calibration/MillepedeAlgorithm.h>

Expand Down
7 changes: 7 additions & 0 deletions alignment/dataobjects/include/MilleData.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**************************************************************************
* basf2 (Belle II Analysis Software Framework) *
* Author: The Belle II Collaboration *
* *
* See git log for contributors and copyright holders. *
* This file is licensed under LGPL-3.0, see LICENSE.md. *
**************************************************************************/
#pragma once

#include <calibration/core/MergeableNamed.h>
Expand Down
7 changes: 7 additions & 0 deletions alignment/dataobjects/include/PedeSteering.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**************************************************************************
* basf2 (Belle II Analysis Software Framework) *
* Author: The Belle II Collaboration *
* *
* See git log for contributors and copyright holders. *
* This file is licensed under LGPL-3.0, see LICENSE.md. *
**************************************************************************/
#pragma once

#include <TObject.h>
Expand Down
7 changes: 7 additions & 0 deletions alignment/dataobjects/src/MilleData.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**************************************************************************
* basf2 (Belle II Analysis Software Framework) *
* Author: The Belle II Collaboration *
* *
* See git log for contributors and copyright holders. *
* This file is licensed under LGPL-3.0, see LICENSE.md. *
**************************************************************************/

#include <alignment/dataobjects/MilleData.h>

Expand Down
7 changes: 7 additions & 0 deletions alignment/dataobjects/src/PedeSteering.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**************************************************************************
* basf2 (Belle II Analysis Software Framework) *
* Author: The Belle II Collaboration *
* *
* See git log for contributors and copyright holders. *
* This file is licensed under LGPL-3.0, see LICENSE.md. *
**************************************************************************/

#include <alignment/dataobjects/PedeSteering.h>

Expand Down
8 changes: 8 additions & 0 deletions alignment/examples/KLMAlignment/Alignment.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

##########################################################################
# basf2 (Belle II Analysis Software Framework) #
# Author: The Belle II Collaboration #
# #
# See git log for contributors and copyright holders. #
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

# KLM alignment: alignment using the collected data.

import sys
Expand Down
8 changes: 8 additions & 0 deletions alignment/examples/KLMAlignment/Collection.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

##########################################################################
# basf2 (Belle II Analysis Software Framework) #
# Author: The Belle II Collaboration #
# #
# See git log for contributors and copyright holders. #
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

# KLM alignment: reconstruction and collection.

import sys
Expand Down
7 changes: 7 additions & 0 deletions alignment/examples/KLMAlignment/CompareAlignment.C
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**************************************************************************
* basf2 (Belle II Analysis Software Framework) *
* Author: The Belle II Collaboration *
* *
* See git log for contributors and copyright holders. *
* This file is licensed under LGPL-3.0, see LICENSE.md. *
**************************************************************************/

/**
* Comparison of initial displacements and alignment result.
Expand Down
8 changes: 8 additions & 0 deletions alignment/examples/KLMAlignment/MillepedeTreeConversion.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

##########################################################################
# basf2 (Belle II Analysis Software Framework) #
# Author: The Belle II Collaboration #
# #
# See git log for contributors and copyright holders. #
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

import sys
import basf2 as b2
from ROOT import Belle2
Expand Down
8 changes: 8 additions & 0 deletions alignment/examples/KLMAlignment/Simulation.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

##########################################################################
# basf2 (Belle II Analysis Software Framework) #
# Author: The Belle II Collaboration #
# #
# See git log for contributors and copyright holders. #
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

# KLM alignment: simulation.

import sys
Expand Down
7 changes: 7 additions & 0 deletions alignment/examples/KLMAlignment/ViewAlignment.C
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**************************************************************************
* basf2 (Belle II Analysis Software Framework) *
* Author: The Belle II Collaboration *
* *
* See git log for contributors and copyright holders. *
* This file is licensed under LGPL-3.0, see LICENSE.md. *
**************************************************************************/

void ViewAlignment(const char *fname)
{
Expand Down
8 changes: 8 additions & 0 deletions alignment/examples/collectKinematicConstrainedMuMu.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

##########################################################################
# basf2 (Belle II Analysis Software Framework) #
# Author: The Belle II Collaboration #
# #
# See git log for contributors and copyright holders. #
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

import basf2

import simulation as sim
Expand Down
8 changes: 8 additions & 0 deletions alignment/examples/collectMassConstrainedJPsiKshort.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

##########################################################################
# basf2 (Belle II Analysis Software Framework) #
# Author: The Belle II Collaboration #
# #
# See git log for contributors and copyright holders. #
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

import basf2

import simulation as sim
Expand Down
8 changes: 8 additions & 0 deletions alignment/examples/displaySampleGBL.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

##########################################################################
# basf2 (Belle II Analysis Software Framework) #
# Author: The Belle II Collaboration #
# #
# See git log for contributors and copyright holders. #
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

#############################################################################
#
# This steering file expects a simulated data sample at innput and
Expand Down
8 changes: 8 additions & 0 deletions alignment/examples/misalignCDC.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

##########################################################################
# basf2 (Belle II Analysis Software Framework) #
# Author: The Belle II Collaboration #
# #
# See git log for contributors and copyright holders. #
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

from ROOT import Belle2

payload = Belle2.CDCAlignment()
Expand Down
8 changes: 8 additions & 0 deletions alignment/examples/misalignPhase2VXD.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

##########################################################################
# basf2 (Belle II Analysis Software Framework) #
# Author: The Belle II Collaboration #
# #
# See git log for contributors and copyright holders. #
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

from ROOT import Belle2

import numpy as np
Expand Down
8 changes: 8 additions & 0 deletions alignment/examples/misalignVXDRandom.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

##########################################################################
# basf2 (Belle II Analysis Software Framework) #
# Author: The Belle II Collaboration #
# #
# See git log for contributors and copyright holders. #
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

"""
Generate alignment payload for VXD
Expand Down
8 changes: 8 additions & 0 deletions alignment/examples/misalignVXDSystematic.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

##########################################################################
# basf2 (Belle II Analysis Software Framework) #
# Author: The Belle II Collaboration #
# #
# See git log for contributors and copyright holders. #
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

"""
Generate alignment payload for VXD
Expand Down
8 changes: 8 additions & 0 deletions alignment/examples/misalignVXDYing.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

##########################################################################
# basf2 (Belle II Analysis Software Framework) #
# Author: The Belle II Collaboration #
# #
# See git log for contributors and copyright holders. #
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

from ROOT import Belle2

payload = Belle2.VXDAlignment()
Expand Down
8 changes: 8 additions & 0 deletions alignment/examples/miscalibT0.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

##########################################################################
# basf2 (Belle II Analysis Software Framework) #
# Author: The Belle II Collaboration #
# #
# See git log for contributors and copyright holders. #
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

from ROOT import Belle2

payload = Belle2.CDCTimeZeros()
Expand Down
8 changes: 8 additions & 0 deletions alignment/examples/plotCDCAlignmentPayload.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

##########################################################################
# basf2 (Belle II Analysis Software Framework) #
# Author: The Belle II Collaboration #
# #
# See git log for contributors and copyright holders. #
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

"""
Plot content of dbstore_CDCAlignment...root DB payload file
"""
Expand Down
13 changes: 8 additions & 5 deletions alignment/examples/plotPhase2VXDAlignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
# -*- coding: utf-8 -*-
# *****************************************************************************

##########################################################################
# basf2 (Belle II Analysis Software Framework) #
# Author: The Belle II Collaboration #
# #
# See git log for contributors and copyright holders. #
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

# title : plotVXDALignmentPayloadPhase2.py
# description : Produce png file loaded from localdb for phase 2
# author : Jakub Kandra (jakub.kandra@karlov.mff.cuni.cz)
# date : 8. 2. 2018

# *****************************************************************************


import sys
import numpy as np
Expand Down
12 changes: 7 additions & 5 deletions alignment/examples/plotVXDAlignmentPayload.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

"""
Created on Sun Feb 8 12:39:00 2015
Plot (mis)alignment of PXD and SVD
@author: kvasnicka
"""
##########################################################################
# basf2 (Belle II Analysis Software Framework) #
# Author: The Belle II Collaboration #
# #
# See git log for contributors and copyright holders. #
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

import numpy as np
import pandas as pd
Expand Down
9 changes: 9 additions & 0 deletions alignment/examples/printVXDAlignmentHalfShells.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

##########################################################################
# basf2 (Belle II Analysis Software Framework) #
# Author: The Belle II Collaboration #
# #
# See git log for contributors and copyright holders. #
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

import sys
import ROOT
from ROOT import Belle2
Expand Down
9 changes: 9 additions & 0 deletions alignment/examples/runIPVXD_CAF.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

##########################################################################
# basf2 (Belle II Analysis Software Framework) #
# Author: The Belle II Collaboration #
# #
# See git log for contributors and copyright holders. #
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

import basf2
from ROOT import Belle2

Expand Down
9 changes: 9 additions & 0 deletions alignment/examples/runIPVXD_noCAF.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

##########################################################################
# basf2 (Belle II Analysis Software Framework) #
# Author: The Belle II Collaboration #
# #
# See git log for contributors and copyright holders. #
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

import basf2
import ROOT
from ROOT import Belle2
Expand Down
8 changes: 8 additions & 0 deletions alignment/examples/runTimeDependentVXD_CAF.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
##########################################################################
# basf2 (Belle II Analysis Software Framework) #
# Author: The Belle II Collaboration #
# #
# See git log for contributors and copyright holders. #
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

import basf2 as b2

import os
Expand Down
8 changes: 8 additions & 0 deletions alignment/examples/sampleBMuons.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

##########################################################################
# basf2 (Belle II Analysis Software Framework) #
# Author: The Belle II Collaboration #
# #
# See git log for contributors and copyright holders. #
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

import basf2

import simulation
Expand Down
Loading

0 comments on commit 477b01c

Please sign in to comment.