Belle II Software development
|
The module studies VXD hits from overlapping sensors of a same VXD layer. More...
#include <OverlapResidualsModule.h>
Public Types | |
enum | EModulePropFlags { c_Input = 1 , c_Output = 2 , c_ParallelProcessingCertified = 4 , c_HistogramManager = 8 , c_InternalSerializer = 16 , c_TerminateInAllProcesses = 32 , c_DontCollectStatistics = 64 } |
Each module can be tagged with property flags, which indicate certain features of the module. More... | |
typedef ModuleCondition::EAfterConditionPath | EAfterConditionPath |
Forward the EAfterConditionPath definition from the ModuleCondition. | |
Public Member Functions | |
OverlapResidualsModule () | |
Constructor. | |
void | initialize () override |
Register input and output data. | |
void | event () override |
Compute the difference of coordinate residuals between two hits in overlapping sensors of a same VXD layer. | |
void | defineHisto () override |
Histogram definitions such as TH1(), TH2(), TNtuple(), TTree().... | |
virtual void | beginRun () override |
Function to process begin_run record. | |
virtual void | endRun () override |
Function to process end_run record. | |
virtual void | terminate () override |
Function to terminate module. | |
virtual std::vector< std::string > | getFileNames (bool outputFiles) |
Return a list of output filenames for this modules. | |
const std::string & | getName () const |
Returns the name of the module. | |
const std::string & | getType () const |
Returns the type of the module (i.e. | |
const std::string & | getPackage () const |
Returns the package this module is in. | |
const std::string & | getDescription () const |
Returns the description of the module. | |
void | setName (const std::string &name) |
Set the name of the module. | |
void | setPropertyFlags (unsigned int propertyFlags) |
Sets the flags for the module properties. | |
LogConfig & | getLogConfig () |
Returns the log system configuration. | |
void | setLogConfig (const LogConfig &logConfig) |
Set the log system configuration. | |
void | setLogLevel (int logLevel) |
Configure the log level. | |
void | setDebugLevel (int debugLevel) |
Configure the debug messaging level. | |
void | setAbortLevel (int abortLevel) |
Configure the abort log level. | |
void | setLogInfo (int logLevel, unsigned int logInfo) |
Configure the printed log information for the given level. | |
void | if_value (const std::string &expression, const std::shared_ptr< Path > &path, EAfterConditionPath afterConditionPath=EAfterConditionPath::c_End) |
Add a condition to the module. | |
void | if_false (const std::shared_ptr< Path > &path, EAfterConditionPath afterConditionPath=EAfterConditionPath::c_End) |
A simplified version to add a condition to the module. | |
void | if_true (const std::shared_ptr< Path > &path, EAfterConditionPath afterConditionPath=EAfterConditionPath::c_End) |
A simplified version to set the condition of the module. | |
bool | hasCondition () const |
Returns true if at least one condition was set for the module. | |
const ModuleCondition * | getCondition () const |
Return a pointer to the first condition (or nullptr, if none was set) | |
const std::vector< ModuleCondition > & | getAllConditions () const |
Return all set conditions for this module. | |
bool | evalCondition () const |
If at least one condition was set, it is evaluated and true returned if at least one condition returns true. | |
std::shared_ptr< Path > | getConditionPath () const |
Returns the path of the last true condition (if there is at least one, else reaturn a null pointer). | |
Module::EAfterConditionPath | getAfterConditionPath () const |
What to do after the conditional path is finished. | |
std::vector< std::shared_ptr< Path > > | getAllConditionPaths () const |
Return all condition paths currently set (no matter if the condition is true or not). | |
bool | hasProperties (unsigned int propertyFlags) const |
Returns true if all specified property flags are available in this module. | |
bool | hasUnsetForcedParams () const |
Returns true and prints error message if the module has unset parameters which the user has to set in the steering file. | |
const ModuleParamList & | getParamList () const |
Return module param list. | |
template<typename T > | |
ModuleParam< T > & | getParam (const std::string &name) const |
Returns a reference to a parameter. | |
bool | hasReturnValue () const |
Return true if this module has a valid return value set. | |
int | getReturnValue () const |
Return the return value set by this module. | |
std::shared_ptr< PathElement > | clone () const override |
Create an independent copy of this module. | |
std::shared_ptr< boost::python::list > | getParamInfoListPython () const |
Returns a python list of all parameters. | |
Static Public Member Functions | |
static void | exposePythonAPI () |
Exposes methods of the Module class to Python. | |
Protected Member Functions | |
virtual void | def_initialize () |
Wrappers to make the methods without "def_" prefix callable from Python. | |
virtual void | def_beginRun () |
Wrapper method for the virtual function beginRun() that has the implementation to be used in a call from Python. | |
virtual void | def_event () |
Wrapper method for the virtual function event() that has the implementation to be used in a call from Python. | |
virtual void | def_endRun () |
This method can receive that the current run ends as a call from the Python side. | |
virtual void | def_terminate () |
Wrapper method for the virtual function terminate() that has the implementation to be used in a call from Python. | |
void | setDescription (const std::string &description) |
Sets the description of the module. | |
void | setType (const std::string &type) |
Set the module type. | |
template<typename T > | |
void | addParam (const std::string &name, T ¶mVariable, const std::string &description, const T &defaultValue) |
Adds a new parameter to the module. | |
template<typename T > | |
void | addParam (const std::string &name, T ¶mVariable, const std::string &description) |
Adds a new enforced parameter to the module. | |
void | setReturnValue (int value) |
Sets the return value for this module as integer. | |
void | setReturnValue (bool value) |
Sets the return value for this module as bool. | |
void | setParamList (const ModuleParamList ¶ms) |
Replace existing parameter list. | |
Private Member Functions | |
std::list< ModulePtr > | getModules () const override |
no submodules, return empty list | |
std::string | getPathString () const override |
return the module name. | |
void | setParamPython (const std::string &name, const boost::python::object &pyObj) |
Implements a method for setting boost::python objects. | |
void | setParamPythonDict (const boost::python::dict &dictionary) |
Implements a method for reading the parameter values from a boost::python dictionary. | |
Private Attributes | |
bool | m_ExpertLevel |
Expert level switch. | |
std::string | m_recoTracksStoreArrayName {"RecoTracks"} |
StoreArray name of the input and output RecoTracks. | |
StoreArray< PXDCluster > | m_pxdcluster |
Array storing PXD clusters. | |
StoreArray< SVDCluster > | m_svdcluster |
Array storing SVD clusters. | |
TH1F * | h_U_DeltaRes = nullptr |
Histogram of VXD ( PXD + SVD ) differences of u-coordinate residuals. | |
TH1F * | h_V_DeltaRes = nullptr |
Histogram of VXD ( PXD + SVD ) differences of v-coordinate residuals. | |
TH1F * | h_U_DeltaRes_PXD = nullptr |
Histogram of PXD u-coordinate differences of residuals. | |
TH1F * | h_U_DeltaRes_PXD_Lyr1 = nullptr |
Histogram of PXD layer-1 u-coordinate differences of residuals. | |
TH1F * | h_U_DeltaRes_PXD_Lyr2 = nullptr |
Histogram of PXD layer-2 u-coordinate differences of residuals. | |
TH1F * | h_V_DeltaRes_PXD = nullptr |
Histogram of PXD v-coordinate differences of residuals. | |
TH1F * | h_V_DeltaRes_PXD_Lyr1 = nullptr |
Histogram of PXD layer-1 v-coordinate differences of residuals. | |
TH1F * | h_V_DeltaRes_PXD_Lyr2 = nullptr |
Histogram of PXD layer-2 v-coordinate differences of residuals. | |
TH1F * | h_U_DeltaRes_SVD = nullptr |
Histogram of SVD u-coordinate differences of residuals. | |
TH1F * | h_U_DeltaRes_SVD_Lyr3 = nullptr |
Histogram of SVD layer-3 u-coordinate differences of residuals. | |
TH1F * | h_U_DeltaRes_SVD_Lyr4 = nullptr |
Histogram of SVD layer-4 u-coordinate differences of residuals. | |
TH1F * | h_U_DeltaRes_SVD_Lyr5 = nullptr |
Histogram of SVD layer-5 u-coordinate differences of residuals. | |
TH1F * | h_U_DeltaRes_SVD_Lyr6 = nullptr |
Histogram of SVD layer-6 u-coordinate differences of residuals. | |
TH1F * | h_V_DeltaRes_SVD = nullptr |
Histogram of SVD v-coordinate differences of residuals. | |
TH1F * | h_V_DeltaRes_SVD_Lyr3 = nullptr |
Histogram of SVD layer-3 v-coordinate differences of residuals. | |
TH1F * | h_V_DeltaRes_SVD_Lyr4 = nullptr |
Histogram of SVD layer-4 v-coordinate differences of residuals. | |
TH1F * | h_V_DeltaRes_SVD_Lyr5 = nullptr |
Histogram of SVD layer-5 v-coordinate differences of residuals. | |
TH1F * | h_V_DeltaRes_SVD_Lyr6 = nullptr |
Histogram of SVD layer-6 v-coordinate differences of residuals. | |
TH2F * | h_DeltaResUPhi_Lyr6 = nullptr |
2D histogram of DeltaRes_u vs phi of VXD overlaps for layer 6 | |
TH2F * | h_DeltaResUPhi_Lyr5 = nullptr |
2D histogram of DeltaRes_u vs phi of VXD overlaps for layer 5 | |
TH2F * | h_DeltaResUPhi_Lyr4 = nullptr |
2D histogram of DeltaRes_u vs phi of VXD overlaps for layer 4 | |
TH2F * | h_DeltaResUPhi_Lyr3 = nullptr |
2D histogram of DeltaRes_u vs phi of VXD overlaps for layer 3 | |
TH2F * | h_DeltaResUPhi_Lyr2 = nullptr |
2D histogram of DeltaRes_u vs phi of VXD overlaps for layer 2 | |
TH2F * | h_DeltaResUPhi_Lyr1 = nullptr |
2D Histogram of DeltaRes_u vs phi of VXD overlaps for layer 1 | |
TH2F * | h_DeltaResUz_Lyr6 = nullptr |
2D histogram of DeltaRes_u vs z of VXD overlaps for layer 6 | |
TH2F * | h_DeltaResUz_Lyr5 = nullptr |
2D histogram of DeltaRes_u vs z of VXD overlaps for layer 5 | |
TH2F * | h_DeltaResUz_Lyr4 = nullptr |
2D histogram of DeltaRes_u vs z of VXD overlaps for layer 4 | |
TH2F * | h_DeltaResUz_Lyr3 = nullptr |
2D histogram of DeltaRes_u vs z of VXD overlaps for layer 3 | |
TH2F * | h_DeltaResUz_Lyr2 = nullptr |
2D histogram of DeltaRes_u vs z of VXD overlaps for layer 2 | |
TH2F * | h_DeltaResUz_Lyr1 = nullptr |
2D histogram of DeltaRes_u vs z of VXD overlaps for layer 1 | |
TH2F * | h_DeltaResVz_Lyr6 = nullptr |
2D histogram of DeltaRes_v vs z of VXD overlaps for layer 6 | |
TH2F * | h_DeltaResVz_Lyr5 = nullptr |
2D histogram of DeltaRes_v vs z of VXD overlaps for layer 5 | |
TH2F * | h_DeltaResVz_Lyr4 = nullptr |
2D histogram of DeltaRes_v vs z of VXD overlaps for layer 4 | |
TH2F * | h_DeltaResVz_Lyr3 = nullptr |
2D histogram of DeltaRes_v vs z of VXD overlaps for layer 3 | |
TH2F * | h_DeltaResVz_Lyr2 = nullptr |
2D histogram of DeltaRes_v vs z of VXD overlaps for layer 2 | |
TH2F * | h_DeltaResVz_Lyr1 = nullptr |
2D histogram of DeltaRes_v vs z of VXD overlaps for layer 1 | |
TH2F * | h_DeltaResVPhi_Lyr6 = nullptr |
2D histogram of DeltaRes_v vs phi of VXD overlaps for layer 6 | |
TH2F * | h_DeltaResVPhi_Lyr5 = nullptr |
2D histogram of DeltaRes_v vs phi of VXD overlaps for layer 5 | |
TH2F * | h_DeltaResVPhi_Lyr4 = nullptr |
2D histogram of DeltaRes_v vs phi of VXD overlaps for layer 4 | |
TH2F * | h_DeltaResVPhi_Lyr3 = nullptr |
2D histogram of DeltaRes_v vs phi of VXD overlaps for layer 3 | |
TH2F * | h_DeltaResVPhi_Lyr2 = nullptr |
2D histogram of DeltaRes_v vs phi of VXD overlaps for layer 2 | |
TH2F * | h_DeltaResVPhi_Lyr1 = nullptr |
2D histogram of DeltaRes_v vs phi of VXD overlaps for layer 1 | |
TH1F * | h_SVDstrips_Mult = nullptr |
Histogram of SVD strips multiplicity. | |
TH1F * | h_U_Cl1Cl2_DeltaRes [5] = {nullptr} |
Histogram of SVD differences of u-coordinate residuals grouped by clusters sizes. | |
TH1F * | h_V_Cl1Cl2_DeltaRes [5] = {nullptr} |
Histogram of SVD differences of v-coordinate residuals grouped by clusters sizes. | |
TH2F * | h_Lyr6 [17][6] = {{nullptr}} |
Sensor hit-map for layer 6 from reconstructed u and v coordinates. | |
TH2F * | h_Lyr5 [13][5] = {{nullptr}} |
Sensor hit-map for layer 5 from reconstructed u and v coordinates. | |
TH2F * | h_Lyr4 [11][4] = {{nullptr}} |
Sensor hit-map for layer 4 from reconstructed u and v coordinates. | |
TH2F * | h_Lyr3 [8][3] = {{nullptr}} |
Sensor hit-map for layer 3 from reconstructed u and v coordinates. | |
TH2F * | h_Lyr2 [13][3] = {{nullptr}} |
Sensor hit-map for layer 2 from reconstructed u and v coordinates. | |
TH2F * | h_Lyr1 [9][3] = {{nullptr}} |
Sensor hit-map for layer 1 from reconstructed u and v coordinates. | |
TTree * | t_PXD = nullptr |
Tree containing global information on PXD overlaps. | |
TTree * | t_SVD_U = nullptr |
Tree containing global information on SVD u-coordinate overlaps. | |
TTree * | t_SVD_V = nullptr |
Tree containing global information on SVD v-coordinate overlaps. | |
float | deltaResU_PXD = 0 |
tree t_PXD branch deltaResU/F | |
float | intResU_PXD = 0 |
tree t_PXD branch intResU_PXD/F | |
float | intResV_PXD = 0 |
tree t_PXD branch intResV/PXD/F | |
float | intU_PXD = 0 |
tree t_PXD branch intU_PXD/F | |
float | intV_PXD = 0 |
tree t_PXD branch intV_PXD/F | |
float | intPhi_PXD = 0 |
tree t_PXD branch intPhi_PXD/F | |
float | intZ_PXD = 0 |
tree t_PXD branch intZ_PXD/F | |
float | extResU_PXD = 0 |
tree t_PXD branch extResU_PXD/F | |
float | extResV_PXD = 0 |
tree t_PXD branch extResV_PXD/F | |
float | extU_PXD = 0 |
tree t_PXD branch extU_PXD/F | |
float | extV_PXD = 0 |
tree t_PXD branch extV_PXD/F | |
float | extPhi_PXD = 0 |
tree t_PXD branch extPhi/PXD/F | |
float | extZ_PXD = 0 |
tree t_PXD branch extZ_PXD/F | |
unsigned int | intLayer_PXD = 0 |
tree t_PXD branch intLayer_PXD/i | |
unsigned int | intLadder_PXD = 0 |
tree t_PXD branch intLadder_PXD/i | |
unsigned int | intSensor_PXD = 0 |
tree t_PXD branch intSensor_PXD/i | |
unsigned int | extLayer_PXD = 0 |
tree t_PXD branch extLayer_PXD/i | |
unsigned int | extLadder_PXD = 0 |
tree t_PXD branch extLadder_PXD/i | |
unsigned int | extSensor_PXD = 0 |
tree t_PXD branch extSensor_PXD/i | |
float | svdDeltaRes_U = 0 |
U difference between external and internal residual. | |
float | svdClCharge_U_int = 0 |
U internal cluster charge. | |
float | svdClSNR_U_int = 0 |
U internal cluster SNR. | |
float | svdClTime_U_int = 0 |
U internal cluster time. | |
float | svdRes_U_int = 0 |
U internal residual computed by genfit. | |
float | svdClIntStrPos_U_int = 0 |
U internal cluster interstrip position. | |
float | svdClPos_U_int = 0 |
U internal cluster position. | |
float | svdClPosErr_U_int = 0 |
U internal cluster position error. | |
float | svdTruePos_U_int = -99 |
U internal true position. | |
float | svdClPhi_U_int = 0 |
U internal cluster global phi. | |
float | svdClZ_U_int = 0 |
U internal cluster global Z. | |
float | svdTrkd0 = 0 |
d0 of the track | |
float | svdTrkz0 = 0 |
z0 of the track | |
float | svdTrkpT = 0 |
pT of the track | |
float | svdTrkpCM = 0 |
pCM of the track | |
float | svdTrkTraversedLength_U_int = 0 |
U internal traversed length of the track in the sensor. | |
float | svdTrkPos_U_int = 0 |
U internal track position. | |
float | svdTrkPosOS_U_int = 0 |
U internal track position on the other side. | |
float | svdTrkPosErr_U_int = 0 |
U internal track position error. | |
float | svdTrkPosErrOS_U_int = 0 |
U internal track position error on the other side. | |
float | svdTrkQoP_U_int = 0 |
U internal track q/p. | |
float | svdTrkPrime_U_int = 0 |
U internal tan of incident angle projected on u,w. | |
float | svdTrkPrimeOS_U_int = 0 |
U internal tan of incident angle projected on v/u,w (other side) | |
float | svdTrkPosUnbiased_U_int = 0 |
U internal unbiased track position. | |
float | svdTrkPosErrUnbiased_U_int = 0 |
U internal unbiased track position error. | |
float | svdTrkQoPUnbiased_U_int = 0 |
U internal unbiased track q/p. | |
float | svdTrkPrimeUnbiased_U_int = 0 |
U internal unbiased tan of incident angle projected on u,w. | |
float | svdClCharge_U_ext = 0 |
U external cluster charge. | |
float | svdClSNR_U_ext = 0 |
U external cluster SNR. | |
float | svdClTime_U_ext = 0 |
U external cluster time. | |
float | svdRes_U_ext = 0 |
U external residual computed by genfit. | |
float | svdClIntStrPos_U_ext = 0 |
U external cluster interstrip position. | |
float | svdClPos_U_ext = 0 |
U external cluster position. | |
float | svdClPosErr_U_ext = 0 |
U external cluster position error. | |
float | svdTruePos_U_ext = -99 |
U external true position. | |
float | svdClPhi_U_ext = 0 |
U external cluster global phi. | |
float | svdClZ_U_ext = 0 |
U external cluster global Z. | |
float | svdTrkTraversedLength_U_ext = 0 |
U external traversed length of the track in the sensor. | |
float | svdTrkPos_U_ext = 0 |
U external track position. | |
float | svdTrkPosOS_U_ext = 0 |
U external track position on the other side. | |
float | svdTrkPosErr_U_ext = 0 |
U external track position error. | |
float | svdTrkPosErrOS_U_ext = 0 |
U external track position error on the other side. | |
float | svdTrkQoP_U_ext = 0 |
U external track q/p. | |
float | svdTrkPrime_U_ext = 0 |
U external tan of incident angle projected on u,w. | |
float | svdTrkPrimeOS_U_ext = 0 |
U external tan of incident angle projected on v/u,w (other side) | |
float | svdTrkPosUnbiased_U_ext = 0 |
U external unbiased track position. | |
float | svdTrkPosErrUnbiased_U_ext = 0 |
U external unbiased track position error. | |
float | svdTrkQoPUnbiased_U_ext = 0 |
U external unbiased track q/p. | |
float | svdTrkPrimeUnbiased_U_ext = 0 |
U external unbiased tan of incident angle projected on u,w. | |
int | svdTrkPXDHits = 0 |
number of PXD hits on the track | |
int | svdTrkSVDHits = 0 |
number of PXD hits on the track | |
int | svdTrkCDCHits = 0 |
number of PXD hits on the track | |
unsigned int | svdLayer_U_int = 0 |
U internal layer. | |
unsigned int | svdLadder_U_int = 0 |
U internal ladder. | |
unsigned int | svdSensor_U_int = 0 |
U internal sensor. | |
unsigned int | svdSize_U_int = 0 |
U internal size. | |
unsigned int | svdLayer_U_ext = 0 |
U external layer. | |
unsigned int | svdLadder_U_ext = 0 |
U external ladder. | |
unsigned int | svdSensor_U_ext = 0 |
U external sensor. | |
unsigned int | svdSize_U_ext = 0 |
U external size. | |
std::vector< float > | svdStripCharge_U_int |
U internal charge of the strips of the cluster. | |
std::vector< float > | svdStrip6Samples_U_int |
U internal 6 samples of the strips of the cluster. | |
std::vector< float > | svdStripTime_U_int |
U internal time of the strips of the cluster. | |
std::vector< float > | svdStripPosition_U_int |
U internal position of the strips of the cluster. | |
std::vector< float > | svdStripCharge_U_ext |
U external charge of the strips of the cluster. | |
std::vector< float > | svdStrip6Samples_U_ext |
U external 6 samples of the strips of the cluster. | |
std::vector< float > | svdStripTime_U_ext |
U external time of the strips of the cluster. | |
std::vector< float > | svdStripPosition_U_ext |
U external position of the strips of the cluster. | |
float | svdDeltaRes_V = 0 |
V difference between external and internal residual. | |
float | svdClCharge_V_int = 0 |
V internal cluster charge. | |
float | svdClSNR_V_int = 0 |
V internal cluster SNR. | |
float | svdClTime_V_int = 0 |
V internal cluster time. | |
float | svdRes_V_int = 0 |
V internal residual computed by genfit. | |
float | svdClIntStrPos_V_int = 0 |
V internal cluster interstrip position. | |
float | svdClPos_V_int = 0 |
V internal cluster position. | |
float | svdClPosErr_V_int = 0 |
V internal cluster position error. | |
float | svdTruePos_V_int = -99 |
V internal true position. | |
float | svdClPhi_V_int = 0 |
V internal cluster global phi. | |
float | svdClZ_V_int = 0 |
V internal cluster global Z. | |
float | svdTrkTraversedLength_V_int = 0 |
V internal traversed length of the track in the sensor. | |
float | svdTrkPos_V_int = 0 |
V internal track position. | |
float | svdTrkPosOS_V_int = 0 |
V internal track position on the other side. | |
float | svdTrkPosErr_V_int = 0 |
V internal track position error. | |
float | svdTrkPosErrOS_V_int = 0 |
V internal track position error on the other side. | |
float | svdTrkQoP_V_int = 0 |
V internal track q/p. | |
float | svdTrkPrime_V_int = 0 |
V internal tan of incident angle projected on u,w. | |
float | svdTrkPrimeOS_V_int = 0 |
V internal tan of incident angle projected on v/u,w (other side) | |
float | svdTrkPosUnbiased_V_int = 0 |
V internal unbiased track position. | |
float | svdTrkPosErrUnbiased_V_int = 0 |
V internal unbiased track position error. | |
float | svdTrkQoPUnbiased_V_int = 0 |
V internal unbiased track q/p. | |
float | svdTrkPrimeUnbiased_V_int = 0 |
V internal unbiased tan of incident angle projected on u,w. | |
float | svdClCharge_V_ext = 0 |
V external cluster charge. | |
float | svdClSNR_V_ext = 0 |
V external cluster SNR. | |
float | svdClTime_V_ext = 0 |
V external cluster time. | |
float | svdRes_V_ext = 0 |
V external residual computed by genfit. | |
float | svdClIntStrPos_V_ext = 0 |
V external cluster interstrip position. | |
float | svdClPos_V_ext = 0 |
V external cluster position. | |
float | svdClPosErr_V_ext = 0 |
V external cluster position error. | |
float | svdTruePos_V_ext = -99 |
V external true position. | |
float | svdClPhi_V_ext = 0 |
V external cluster global phi. | |
float | svdClZ_V_ext = 0 |
V external cluster global Z. | |
float | svdTrkTraversedLength_V_ext = 0 |
V external traversed length of the track in the sensor. | |
float | svdTrkPos_V_ext = 0 |
V external track position. | |
float | svdTrkPosOS_V_ext = 0 |
V external track position on the other side. | |
float | svdTrkPosErr_V_ext = 0 |
V external track position error. | |
float | svdTrkPosErrOS_V_ext = 0 |
V external track position error on the other side. | |
float | svdTrkQoP_V_ext = 0 |
V external track q/p. | |
float | svdTrkPrime_V_ext = 0 |
V external tan of incident angle projected on u,w. | |
float | svdTrkPrimeOS_V_ext = 0 |
V external tan of incident angle projected on v/u,w (other side) | |
float | svdTrkPosUnbiased_V_ext = 0 |
V external unbiased track position. | |
float | svdTrkPosErrUnbiased_V_ext = 0 |
V external unbiased track position error. | |
float | svdTrkQoPUnbiased_V_ext = 0 |
V external unbiased track q/p. | |
float | svdTrkPrimeUnbiased_V_ext = 0 |
V external unbiased tan of incident angle projected on u,w. | |
unsigned int | svdLayer_V_int = 0 |
V internal layer. | |
unsigned int | svdLadder_V_int = 0 |
V internal ladder. | |
unsigned int | svdSensor_V_int = 0 |
V internal sensor. | |
unsigned int | svdSize_V_int = 0 |
V internal size. | |
unsigned int | svdLayer_V_ext = 0 |
V external layer. | |
unsigned int | svdLadder_V_ext = 0 |
V external ladder. | |
unsigned int | svdSensor_V_ext = 0 |
V external sensor. | |
unsigned int | svdSize_V_ext = 0 |
V external size. | |
std::vector< float > | svdStripCharge_V_int |
V internal charge of the strips of the cluster. | |
std::vector< float > | svdStrip6Samples_V_int |
V internal 6 samples of the strips of the cluster. | |
std::vector< float > | svdStripTime_V_int |
V internal time of the strips of the cluster. | |
std::vector< float > | svdStripPosition_V_int |
V internal position of the strips of the cluster. | |
std::vector< float > | svdStripCharge_V_ext |
V external charge of the strips of the cluster. | |
std::vector< float > | svdStrip6Samples_V_ext |
V external 6 samples of the strips of the cluster. | |
std::vector< float > | svdStripTime_V_ext |
V external time of the strips of the cluster. | |
std::vector< float > | svdStripPosition_V_ext |
V external position of the strips of the cluster. | |
std::string | m_name |
The name of the module, saved as a string (user-modifiable) | |
std::string | m_type |
The type of the module, saved as a string. | |
std::string | m_package |
Package this module is found in (may be empty). | |
std::string | m_description |
The description of the module. | |
unsigned int | m_propertyFlags |
The properties of the module as bitwise or (with |) of EModulePropFlags. | |
LogConfig | m_logConfig |
The log system configuration of the module. | |
ModuleParamList | m_moduleParamList |
List storing and managing all parameter of the module. | |
bool | m_hasReturnValue |
True, if the return value is set. | |
int | m_returnValue |
The return value. | |
std::vector< ModuleCondition > | m_conditions |
Module condition, only non-null if set. | |
The module studies VXD hits from overlapping sensors of a same VXD layer.
In particular, it computes residuals differences sensitive to possible detector misalignments.
Overlapping residuals
Definition at line 31 of file OverlapResidualsModule.h.
|
inherited |
Forward the EAfterConditionPath definition from the ModuleCondition.
|
inherited |
Each module can be tagged with property flags, which indicate certain features of the module.
Enumerator | |
---|---|
c_Input | This module is an input module (reads data). |
c_Output | This module is an output module (writes data). |
c_ParallelProcessingCertified | This module can be run in parallel processing mode safely (All I/O must be done through the data store, in particular, the module must not write any files.) |
c_HistogramManager | This module is used to manage histograms accumulated by other modules. |
c_InternalSerializer | This module is an internal serializer/deserializer for parallel processing. |
c_TerminateInAllProcesses | When using parallel processing, call this module's terminate() function in all processes(). This will also ensure that there is exactly one process (single-core if no parallel modules found) or at least one input, one main and one output process. |
c_DontCollectStatistics | No statistics is collected for this module. |
Definition at line 77 of file Module.h.
Constructor.
Definition at line 44 of file OverlapResidualsModule.cc.
|
inlineoverridevirtualinherited |
Function to process begin_run record.
Reimplemented from Module.
Reimplemented in CalibrationCollectorModule, ARICHDQMModule, ARICHRateCalModule, B2BIIMCParticlesMonitorModule, AnalysisPhase1StudyModule, BeamabortStudyModule, BgoStudyModule, ClawStudyModule, ClawsStudyModule, CsiStudy_v2Module, CsIStudyModule, DosiStudyModule, FANGSStudyModule, He3tubeStudyModule, MicrotpcStudyModule, PindiodeStudyModule, QcsmonitorStudyModule, CDCCRTestModule, cdcDQM7Module, CDCDQMModule, MonitorDataModule, TrackAnaModule, IPDQMModule, PhysicsObjectsDQMModule, PhysicsObjectsMiraBelleBhabhaModule, PhysicsObjectsMiraBelleDst2Module, PhysicsObjectsMiraBelleDstModule, PhysicsObjectsMiraBelleHadronModule, PhysicsObjectsMiraBelleModule, ECLBackgroundModule, ECLDQMModule, ECLDQMConnectedRegionsModule, ECLDQMEXTENDEDModule, ECLDQMOutOfTimeDigitsModule, SoftwareTriggerHLTDQMModule, StatisticsTimingHLTDQMModule, KLMDQMModule, KLMDQM2Module, PXDRawDQMChipsModule, CDCDedxDQMModule, CDCDedxValidationModule, EventT0DQMModule, SVDDQMHitTimeModule, TOPDQMModule, TOPGainEfficiencyCalculatorModule, TOPLaserHitSelectorModule, TOPInterimFENtupleModule, TOPTBCComparatorModule, DQMHistoModuleBase, CDCTriggerNeuroDQMModule, CDCTriggerNeuroDQMOnlineModule, TRGCDCT2DDQMModule, TRGCDCT3DDQMModule, TRGCDCTSFDQMModule, TRGECLDQMModule, TRGECLEventTimingDQMModule, TRGGDLModule, TRGEFFDQMModule, TRGGDLDQMModule, TRGGRLDQMModule, TRGTOPDQMModule, TRGRAWDATAModule, DAQMonitorModule, DelayDQMModule, V0ObjectsDQMModule, ECLDQMInjectionModule, PXDDAQDQMModule, PXDDQMClustersModule, PXDDQMCorrModule, PXDDQMEfficiencyModule, PXDDQMEfficiencySelftrackModule, PXDDQMExpressRecoModule, PXDGatedDHCDQMModule, PXDGatedModeDQMModule, PXDInjectionDQMModule, PXDRawDQMCorrModule, PXDRawDQMModule, PXDROIDQMModule, PXDTrackClusterDQMModule, TTDDQMModule, DetectorOccupanciesDQMModule, SVDDQMClustersOnTrackModule, SVDDQMDoseModule, SVDDQMExpressRecoModule, SVDDQMInjectionModule, SVDUnpackerDQMModule, TrackingAbortDQMModule, VXDDQMExpressRecoModule, and vxdDigitMaskingModule.
Definition at line 40 of file HistoModule.h.
|
overridevirtualinherited |
Create an independent copy of this module.
Note that parameters are shared, so changing them on a cloned module will also affect the original module.
Implements PathElement.
Definition at line 179 of file Module.cc.
|
inlineprotectedvirtualinherited |
Wrapper method for the virtual function beginRun() that has the implementation to be used in a call from Python.
Reimplemented in PyModule.
Definition at line 426 of file Module.h.
|
inlineprotectedvirtualinherited |
This method can receive that the current run ends as a call from the Python side.
For regular C++-Modules that forwards the call to the regular endRun() method.
Reimplemented in PyModule.
Definition at line 439 of file Module.h.
|
inlineprotectedvirtualinherited |
|
inlineprotectedvirtualinherited |
Wrappers to make the methods without "def_" prefix callable from Python.
Overridden in PyModule. Wrapper method for the virtual function initialize() that has the implementation to be used in a call from Python.
Reimplemented in PyModule.
Definition at line 420 of file Module.h.
|
inlineprotectedvirtualinherited |
Wrapper method for the virtual function terminate() that has the implementation to be used in a call from Python.
Reimplemented in PyModule.
Definition at line 445 of file Module.h.
|
overridevirtual |
Histogram definitions such as TH1(), TH2(), TNtuple(), TTree()....
are supposed to be placed in this function
Reimplemented from HistoModule.
Definition at line 64 of file OverlapResidualsModule.cc.
|
inlineoverridevirtualinherited |
Function to process end_run record.
Reimplemented from Module.
Reimplemented in CalibrationCollectorModule, AlignDQMModule, ARICHDQMModule, B2BIIMCParticlesMonitorModule, AnalysisPhase1StudyModule, BeamabortStudyModule, BgoStudyModule, ClawStudyModule, ClawsStudyModule, CsiStudy_v2Module, CsIStudyModule, DosiStudyModule, FANGSStudyModule, He3tubeStudyModule, MicrotpcStudyModule, TPCStudyModule, PindiodeStudyModule, QcsmonitorStudyModule, CDCCRTestModule, cdcDQM7Module, CDCDQMModule, MonitorDataModule, TrackAnaModule, PhysicsObjectsDQMModule, PhysicsObjectsMiraBelleBhabhaModule, PhysicsObjectsMiraBelleDst2Module, PhysicsObjectsMiraBelleDstModule, PhysicsObjectsMiraBelleHadronModule, PhysicsObjectsMiraBelleModule, ECLBackgroundModule, ECLDQMModule, ECLDQMEXTENDEDModule, KLMDQMModule, KLMDQM2Module, CDCDedxDQMModule, CDCDedxValidationModule, TOPGainEfficiencyCalculatorModule, TOPLaserHitSelectorModule, TOPInterimFENtupleModule, TOPTBCComparatorModule, TOPWaveformQualityPlotterModule, SVDROIDQMModule, CDCTriggerNeuroDQMModule, CDCTriggerNeuroDQMOnlineModule, TRGCDCT2DDQMModule, TRGCDCT3DDQMModule, TRGCDCTSFDQMModule, TRGECLDQMModule, TRGGDLModule, TRGEFFDQMModule, TRGGDLDQMModule, TRGGRLDQMModule, TRGTOPDQMModule, TRGRAWDATAModule, SVDUnpackerDQMModule, and vxdDigitMaskingModule.
Definition at line 44 of file HistoModule.h.
|
inherited |
If at least one condition was set, it is evaluated and true returned if at least one condition returns true.
If no condition or result value was defined, the method returns false. Otherwise, the condition is evaluated and true returned, if at least one condition returns true. To speed up the evaluation, the condition strings were already parsed in the method if_value().
Definition at line 96 of file Module.cc.
|
overridevirtual |
Compute the difference of coordinate residuals between two hits in overlapping sensors of a same VXD layer.
Reimplemented from HistoModule.
Definition at line 468 of file OverlapResidualsModule.cc.
|
staticinherited |
Exposes methods of the Module class to Python.
Definition at line 325 of file Module.cc.
|
inherited |
What to do after the conditional path is finished.
(defaults to c_End if no condition is set)
Definition at line 133 of file Module.cc.
|
inherited |
|
inlineinherited |
Return all set conditions for this module.
|
inlineinherited |
|
inherited |
Returns the path of the last true condition (if there is at least one, else reaturn a null pointer).
Definition at line 113 of file Module.cc.
|
inlineinherited |
Returns the description of the module.
Definition at line 202 of file Module.h.
|
inlinevirtualinherited |
Return a list of output filenames for this modules.
This will be called when basf2 is run with "--dry-run" if the module has set either the c_Input or c_Output properties.
If the parameter outputFiles
is false (for modules with c_Input) the list of input filenames should be returned (if any). If outputFiles
is true (for modules with c_Output) the list of output files should be returned (if any).
If a module has sat both properties this member is called twice, once for each property.
The module should return the actual list of requested input or produced output filenames (including handling of input/output overrides) so that the grid system can handle input/output files correctly.
This function should return the same value when called multiple times. This is especially important when taking the input/output overrides from Environment as they get consumed when obtained so the finalized list of output files should be stored for subsequent calls.
Reimplemented in RootInputModule, StorageRootOutputModule, and RootOutputModule.
Definition at line 134 of file Module.h.
|
inlineinherited |
|
inlineoverrideprivatevirtualinherited |
no submodules, return empty list
Implements PathElement.
Definition at line 506 of file Module.h.
|
inlineinherited |
Returns the name of the module.
This can be changed via e.g. set_name() in the steering file to give more useful names if there is more than one module of the same type.
For identifying the type of a module, using getType() (or type() in Python) is recommended.
Definition at line 187 of file Module.h.
|
inlineinherited |
|
inherited |
Returns a python list of all parameters.
Each item in the list consists of the name of the parameter, a string describing its type, a python list of all default values and the description of the parameter.
Definition at line 279 of file Module.cc.
|
inlineinherited |
|
overrideprivatevirtualinherited |
return the module name.
Implements PathElement.
Definition at line 192 of file Module.cc.
|
inlineinherited |
Return the return value set by this module.
This value is only meaningful if hasReturnValue() is true
Definition at line 381 of file Module.h.
|
inherited |
Returns the type of the module (i.e.
class name minus 'Module')
|
inlineinherited |
|
inherited |
Returns true if all specified property flags are available in this module.
propertyFlags | Ored EModulePropFlags which should be compared with the module flags. |
|
inlineinherited |
|
inherited |
Returns true and prints error message if the module has unset parameters which the user has to set in the steering file.
Definition at line 166 of file Module.cc.
|
inherited |
A simplified version to add a condition to the module.
Please note that successive calls of this function will add more than one condition to the module. If more than one condition results in true, only the last of them will be used.
Please be careful: Avoid creating cyclic paths, e.g. by linking a condition to a path which is processed before the path where this module is located in.
It is equivalent to the if_value() method, using the expression "<1". This method is meant to be used together with the setReturnValue(bool value) method.
path | Shared pointer to the Path which will be executed if the return value is false. |
afterConditionPath | What to do after executing 'path'. |
|
inherited |
A simplified version to set the condition of the module.
Please note that successive calls of this function will add more than one condition to the module. If more than one condition results in true, only the last of them will be used.
Please be careful: Avoid creating cyclic paths, e.g. by linking a condition to a path which is processed before the path where this module is located in.
It is equivalent to the if_value() method, using the expression ">=1". This method is meant to be used together with the setReturnValue(bool value) method.
path | Shared pointer to the Path which will be executed if the return value is true. |
afterConditionPath | What to do after executing 'path'. |
|
inherited |
Add a condition to the module.
Please note that successive calls of this function will add more than one condition to the module. If more than one condition results in true, only the last of them will be used.
See https://xwiki.desy.de/xwiki/rest/p/a94f2 or ModuleCondition for a description of the syntax.
Please be careful: Avoid creating cyclic paths, e.g. by linking a condition to a path which is processed before the path where this module is located in.
expression | The expression of the condition. |
path | Shared pointer to the Path which will be executed if the condition is evaluated to true. |
afterConditionPath | What to do after executing 'path'. |
|
overridevirtual |
Register input and output data.
Reimplemented from HistoModule.
Definition at line 56 of file OverlapResidualsModule.cc.
|
inherited |
Configure the abort log level.
Definition at line 67 of file Module.cc.
|
inherited |
Configure the debug messaging level.
Definition at line 61 of file Module.cc.
|
protectedinherited |
Sets the description of the module.
description | A description of the module. |
|
inlineinherited |
Set the log system configuration.
Definition at line 230 of file Module.h.
|
inherited |
Configure the printed log information for the given level.
logLevel | The log level (one of LogConfig::ELogLevel) |
logInfo | What kind of info should be printed? ORed combination of LogConfig::ELogInfo flags. |
Definition at line 73 of file Module.cc.
|
inherited |
Configure the log level.
|
inlineinherited |
|
inlineprotectedinherited |
Replace existing parameter list.
Definition at line 501 of file Module.h.
|
privateinherited |
Implements a method for setting boost::python objects.
The method supports the following types: list, dict, int, double, string, bool The conversion of the python object to the C++ type and the final storage of the parameter value is done in the ModuleParam class.
name | The unique name of the parameter. |
pyObj | The object which should be converted and stored as the parameter value. |
Definition at line 234 of file Module.cc.
|
privateinherited |
Implements a method for reading the parameter values from a boost::python dictionary.
The key of the dictionary has to be the name of the parameter and the value has to be of one of the supported parameter types.
dictionary | The python dictionary from which the parameter values are read. |
Definition at line 249 of file Module.cc.
|
inherited |
Sets the flags for the module properties.
propertyFlags | bitwise OR of EModulePropFlags |
|
protectedinherited |
Sets the return value for this module as bool.
The bool value is saved as an integer with the convention 1 meaning true and 0 meaning false. The value can be used in the steering file to divide the analysis chain into several paths.
value | The value of the return value. |
|
protectedinherited |
Sets the return value for this module as integer.
The value can be used in the steering file to divide the analysis chain into several paths.
value | The value of the return value. |
|
protectedinherited |
Set the module type.
Only for use by internal modules (which don't use the normal REG_MODULE mechanism).
|
inlineoverridevirtualinherited |
Function to terminate module.
Reimplemented from Module.
Reimplemented in CalibrationCollectorModule, B2BIIMCParticlesMonitorModule, AnalysisPhase1StudyModule, BeamabortStudyModule, BgoStudyModule, ClawStudyModule, ClawsStudyModule, CsiStudy_v2Module, CsIStudyModule, DosiStudyModule, FANGSStudyModule, He3tubeStudyModule, MicrotpcStudyModule, PindiodeStudyModule, QcsmonitorStudyModule, CDCCRTestModule, cdcDQM7Module, CDCDQMModule, MonitorDataModule, TrackAnaModule, PhysicsObjectsDQMModule, PhysicsObjectsMiraBelleBhabhaModule, PhysicsObjectsMiraBelleDst2Module, PhysicsObjectsMiraBelleDstModule, PhysicsObjectsMiraBelleHadronModule, PhysicsObjectsMiraBelleModule, ECLBackgroundModule, ECLDQMModule, ECLDQMEXTENDEDModule, KLMDQMModule, KLMDQM2Module, CDCDedxDQMModule, CDCDedxValidationModule, TOPGainEfficiencyCalculatorModule, TOPLaserHitSelectorModule, TOPInterimFENtupleModule, TOPPDFCheckerModule, TOPTBCComparatorModule, CDCTriggerNeuroDQMModule, CDCTriggerNeuroDQMOnlineModule, TRGCDCT2DDQMModule, TRGCDCT3DDQMModule, TRGCDCTSFDQMModule, TRGECLDQMModule, TRGGDLModule, TRGEFFDQMModule, TRGGDLDQMModule, TRGGRLDQMModule, TRGTOPDQMModule, TRGRAWDATAModule, SVDDQMClustersOnTrackModule, SVDDQMExpressRecoModule, and ROIDQMModule.
Definition at line 46 of file HistoModule.h.
|
private |
tree t_PXD branch deltaResU/F
Definition at line 161 of file OverlapResidualsModule.h.
|
private |
tree t_PXD branch extLadder_PXD/i
Definition at line 178 of file OverlapResidualsModule.h.
|
private |
tree t_PXD branch extLayer_PXD/i
Definition at line 177 of file OverlapResidualsModule.h.
|
private |
tree t_PXD branch extPhi/PXD/F
Definition at line 172 of file OverlapResidualsModule.h.
|
private |
tree t_PXD branch extResU_PXD/F
Definition at line 168 of file OverlapResidualsModule.h.
|
private |
tree t_PXD branch extResV_PXD/F
Definition at line 169 of file OverlapResidualsModule.h.
|
private |
tree t_PXD branch extSensor_PXD/i
Definition at line 179 of file OverlapResidualsModule.h.
|
private |
tree t_PXD branch extU_PXD/F
Definition at line 170 of file OverlapResidualsModule.h.
|
private |
tree t_PXD branch extV_PXD/F
Definition at line 171 of file OverlapResidualsModule.h.
|
private |
tree t_PXD branch extZ_PXD/F
Definition at line 173 of file OverlapResidualsModule.h.
|
private |
2D Histogram of DeltaRes_u vs phi of VXD overlaps for layer 1
Definition at line 99 of file OverlapResidualsModule.h.
|
private |
2D histogram of DeltaRes_u vs phi of VXD overlaps for layer 2
Definition at line 97 of file OverlapResidualsModule.h.
|
private |
2D histogram of DeltaRes_u vs phi of VXD overlaps for layer 3
Definition at line 95 of file OverlapResidualsModule.h.
|
private |
2D histogram of DeltaRes_u vs phi of VXD overlaps for layer 4
Definition at line 93 of file OverlapResidualsModule.h.
|
private |
2D histogram of DeltaRes_u vs phi of VXD overlaps for layer 5
Definition at line 91 of file OverlapResidualsModule.h.
|
private |
2D histogram of DeltaRes_u vs phi of VXD overlaps for layer 6
Definition at line 89 of file OverlapResidualsModule.h.
|
private |
2D histogram of DeltaRes_u vs z of VXD overlaps for layer 1
Definition at line 111 of file OverlapResidualsModule.h.
|
private |
2D histogram of DeltaRes_u vs z of VXD overlaps for layer 2
Definition at line 109 of file OverlapResidualsModule.h.
|
private |
2D histogram of DeltaRes_u vs z of VXD overlaps for layer 3
Definition at line 107 of file OverlapResidualsModule.h.
|
private |
2D histogram of DeltaRes_u vs z of VXD overlaps for layer 4
Definition at line 105 of file OverlapResidualsModule.h.
|
private |
2D histogram of DeltaRes_u vs z of VXD overlaps for layer 5
Definition at line 103 of file OverlapResidualsModule.h.
|
private |
2D histogram of DeltaRes_u vs z of VXD overlaps for layer 6
Definition at line 101 of file OverlapResidualsModule.h.
|
private |
2D histogram of DeltaRes_v vs phi of VXD overlaps for layer 1
Definition at line 135 of file OverlapResidualsModule.h.
|
private |
2D histogram of DeltaRes_v vs phi of VXD overlaps for layer 2
Definition at line 133 of file OverlapResidualsModule.h.
|
private |
2D histogram of DeltaRes_v vs phi of VXD overlaps for layer 3
Definition at line 131 of file OverlapResidualsModule.h.
|
private |
2D histogram of DeltaRes_v vs phi of VXD overlaps for layer 4
Definition at line 129 of file OverlapResidualsModule.h.
|
private |
2D histogram of DeltaRes_v vs phi of VXD overlaps for layer 5
Definition at line 127 of file OverlapResidualsModule.h.
|
private |
2D histogram of DeltaRes_v vs phi of VXD overlaps for layer 6
Definition at line 125 of file OverlapResidualsModule.h.
|
private |
2D histogram of DeltaRes_v vs z of VXD overlaps for layer 1
Definition at line 123 of file OverlapResidualsModule.h.
|
private |
2D histogram of DeltaRes_v vs z of VXD overlaps for layer 2
Definition at line 121 of file OverlapResidualsModule.h.
|
private |
2D histogram of DeltaRes_v vs z of VXD overlaps for layer 3
Definition at line 119 of file OverlapResidualsModule.h.
|
private |
2D histogram of DeltaRes_v vs z of VXD overlaps for layer 4
Definition at line 117 of file OverlapResidualsModule.h.
|
private |
2D histogram of DeltaRes_v vs z of VXD overlaps for layer 5
Definition at line 115 of file OverlapResidualsModule.h.
|
private |
2D histogram of DeltaRes_v vs z of VXD overlaps for layer 6
Definition at line 113 of file OverlapResidualsModule.h.
|
private |
Sensor hit-map for layer 1 from reconstructed u and v coordinates.
Definition at line 153 of file OverlapResidualsModule.h.
|
private |
Sensor hit-map for layer 2 from reconstructed u and v coordinates.
Definition at line 151 of file OverlapResidualsModule.h.
|
private |
Sensor hit-map for layer 3 from reconstructed u and v coordinates.
Definition at line 149 of file OverlapResidualsModule.h.
|
private |
Sensor hit-map for layer 4 from reconstructed u and v coordinates.
Definition at line 147 of file OverlapResidualsModule.h.
|
private |
Sensor hit-map for layer 5 from reconstructed u and v coordinates.
Definition at line 145 of file OverlapResidualsModule.h.
|
private |
Sensor hit-map for layer 6 from reconstructed u and v coordinates.
Definition at line 143 of file OverlapResidualsModule.h.
|
private |
Histogram of SVD strips multiplicity.
Definition at line 137 of file OverlapResidualsModule.h.
|
private |
Histogram of SVD differences of u-coordinate residuals grouped by clusters sizes.
Definition at line 139 of file OverlapResidualsModule.h.
|
private |
Histogram of VXD ( PXD + SVD ) differences of u-coordinate residuals.
Definition at line 53 of file OverlapResidualsModule.h.
|
private |
Histogram of PXD u-coordinate differences of residuals.
Definition at line 57 of file OverlapResidualsModule.h.
|
private |
Histogram of PXD layer-1 u-coordinate differences of residuals.
Definition at line 59 of file OverlapResidualsModule.h.
|
private |
Histogram of PXD layer-2 u-coordinate differences of residuals.
Definition at line 61 of file OverlapResidualsModule.h.
|
private |
Histogram of SVD u-coordinate differences of residuals.
Definition at line 69 of file OverlapResidualsModule.h.
|
private |
Histogram of SVD layer-3 u-coordinate differences of residuals.
Definition at line 71 of file OverlapResidualsModule.h.
|
private |
Histogram of SVD layer-4 u-coordinate differences of residuals.
Definition at line 73 of file OverlapResidualsModule.h.
|
private |
Histogram of SVD layer-5 u-coordinate differences of residuals.
Definition at line 75 of file OverlapResidualsModule.h.
|
private |
Histogram of SVD layer-6 u-coordinate differences of residuals.
Definition at line 77 of file OverlapResidualsModule.h.
|
private |
Histogram of SVD differences of v-coordinate residuals grouped by clusters sizes.
Definition at line 141 of file OverlapResidualsModule.h.
|
private |
Histogram of VXD ( PXD + SVD ) differences of v-coordinate residuals.
Definition at line 55 of file OverlapResidualsModule.h.
|
private |
Histogram of PXD v-coordinate differences of residuals.
Definition at line 63 of file OverlapResidualsModule.h.
|
private |
Histogram of PXD layer-1 v-coordinate differences of residuals.
Definition at line 65 of file OverlapResidualsModule.h.
|
private |
Histogram of PXD layer-2 v-coordinate differences of residuals.
Definition at line 67 of file OverlapResidualsModule.h.
|
private |
Histogram of SVD v-coordinate differences of residuals.
Definition at line 79 of file OverlapResidualsModule.h.
|
private |
Histogram of SVD layer-3 v-coordinate differences of residuals.
Definition at line 81 of file OverlapResidualsModule.h.
|
private |
Histogram of SVD layer-4 v-coordinate differences of residuals.
Definition at line 83 of file OverlapResidualsModule.h.
|
private |
Histogram of SVD layer-5 v-coordinate differences of residuals.
Definition at line 85 of file OverlapResidualsModule.h.
|
private |
Histogram of SVD layer-6 v-coordinate differences of residuals.
Definition at line 87 of file OverlapResidualsModule.h.
|
private |
tree t_PXD branch intLadder_PXD/i
Definition at line 175 of file OverlapResidualsModule.h.
|
private |
tree t_PXD branch intLayer_PXD/i
Definition at line 174 of file OverlapResidualsModule.h.
|
private |
tree t_PXD branch intPhi_PXD/F
Definition at line 166 of file OverlapResidualsModule.h.
|
private |
tree t_PXD branch intResU_PXD/F
Definition at line 162 of file OverlapResidualsModule.h.
|
private |
tree t_PXD branch intResV/PXD/F
Definition at line 163 of file OverlapResidualsModule.h.
|
private |
tree t_PXD branch intSensor_PXD/i
Definition at line 176 of file OverlapResidualsModule.h.
|
private |
tree t_PXD branch intU_PXD/F
Definition at line 164 of file OverlapResidualsModule.h.
|
private |
tree t_PXD branch intV_PXD/F
Definition at line 165 of file OverlapResidualsModule.h.
|
private |
tree t_PXD branch intZ_PXD/F
Definition at line 167 of file OverlapResidualsModule.h.
|
privateinherited |
|
privateinherited |
|
private |
Expert level switch.
Definition at line 45 of file OverlapResidualsModule.h.
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
private |
Array storing PXD clusters.
Definition at line 49 of file OverlapResidualsModule.h.
|
private |
StoreArray name of the input and output RecoTracks.
Definition at line 47 of file OverlapResidualsModule.h.
|
private |
Array storing SVD clusters.
Definition at line 51 of file OverlapResidualsModule.h.
|
privateinherited |
|
private |
U external cluster charge.
Definition at line 208 of file OverlapResidualsModule.h.
|
private |
U internal cluster charge.
Definition at line 182 of file OverlapResidualsModule.h.
|
private |
V external cluster charge.
Definition at line 273 of file OverlapResidualsModule.h.
|
private |
V internal cluster charge.
Definition at line 251 of file OverlapResidualsModule.h.
|
private |
U external cluster interstrip position.
Definition at line 212 of file OverlapResidualsModule.h.
|
private |
U internal cluster interstrip position.
Definition at line 186 of file OverlapResidualsModule.h.
|
private |
V external cluster interstrip position.
Definition at line 277 of file OverlapResidualsModule.h.
|
private |
V internal cluster interstrip position.
Definition at line 255 of file OverlapResidualsModule.h.
|
private |
U external cluster global phi.
Definition at line 216 of file OverlapResidualsModule.h.
|
private |
U internal cluster global phi.
Definition at line 190 of file OverlapResidualsModule.h.
|
private |
V external cluster global phi.
Definition at line 281 of file OverlapResidualsModule.h.
|
private |
V internal cluster global phi.
Definition at line 259 of file OverlapResidualsModule.h.
|
private |
U external cluster position.
Definition at line 213 of file OverlapResidualsModule.h.
|
private |
U internal cluster position.
Definition at line 187 of file OverlapResidualsModule.h.
|
private |
V external cluster position.
Definition at line 278 of file OverlapResidualsModule.h.
|
private |
V internal cluster position.
Definition at line 256 of file OverlapResidualsModule.h.
|
private |
U external cluster position error.
Definition at line 214 of file OverlapResidualsModule.h.
|
private |
U internal cluster position error.
Definition at line 188 of file OverlapResidualsModule.h.
|
private |
V external cluster position error.
Definition at line 279 of file OverlapResidualsModule.h.
|
private |
V internal cluster position error.
Definition at line 257 of file OverlapResidualsModule.h.
|
private |
U external cluster SNR.
Definition at line 209 of file OverlapResidualsModule.h.
|
private |
U internal cluster SNR.
Definition at line 183 of file OverlapResidualsModule.h.
|
private |
V external cluster SNR.
Definition at line 274 of file OverlapResidualsModule.h.
|
private |
V internal cluster SNR.
Definition at line 252 of file OverlapResidualsModule.h.
|
private |
U external cluster time.
Definition at line 210 of file OverlapResidualsModule.h.
|
private |
U internal cluster time.
Definition at line 184 of file OverlapResidualsModule.h.
|
private |
V external cluster time.
Definition at line 275 of file OverlapResidualsModule.h.
|
private |
V internal cluster time.
Definition at line 253 of file OverlapResidualsModule.h.
|
private |
U external cluster global Z.
Definition at line 217 of file OverlapResidualsModule.h.
|
private |
U internal cluster global Z.
Definition at line 191 of file OverlapResidualsModule.h.
|
private |
V external cluster global Z.
Definition at line 282 of file OverlapResidualsModule.h.
|
private |
V internal cluster global Z.
Definition at line 260 of file OverlapResidualsModule.h.
|
private |
U difference between external and internal residual.
Definition at line 181 of file OverlapResidualsModule.h.
|
private |
V difference between external and internal residual.
Definition at line 250 of file OverlapResidualsModule.h.
|
private |
U external ladder.
Definition at line 238 of file OverlapResidualsModule.h.
|
private |
U internal ladder.
Definition at line 234 of file OverlapResidualsModule.h.
|
private |
V external ladder.
Definition at line 300 of file OverlapResidualsModule.h.
|
private |
V internal ladder.
Definition at line 296 of file OverlapResidualsModule.h.
|
private |
U external layer.
Definition at line 237 of file OverlapResidualsModule.h.
|
private |
U internal layer.
Definition at line 233 of file OverlapResidualsModule.h.
|
private |
V external layer.
Definition at line 299 of file OverlapResidualsModule.h.
|
private |
V internal layer.
Definition at line 295 of file OverlapResidualsModule.h.
|
private |
U external residual computed by genfit.
Definition at line 211 of file OverlapResidualsModule.h.
|
private |
U internal residual computed by genfit.
Definition at line 185 of file OverlapResidualsModule.h.
|
private |
V external residual computed by genfit.
Definition at line 276 of file OverlapResidualsModule.h.
|
private |
V internal residual computed by genfit.
Definition at line 254 of file OverlapResidualsModule.h.
|
private |
U external sensor.
Definition at line 239 of file OverlapResidualsModule.h.
|
private |
U internal sensor.
Definition at line 235 of file OverlapResidualsModule.h.
|
private |
V external sensor.
Definition at line 301 of file OverlapResidualsModule.h.
|
private |
V internal sensor.
Definition at line 297 of file OverlapResidualsModule.h.
|
private |
U external size.
Definition at line 240 of file OverlapResidualsModule.h.
|
private |
U internal size.
Definition at line 236 of file OverlapResidualsModule.h.
|
private |
V external size.
Definition at line 302 of file OverlapResidualsModule.h.
|
private |
V internal size.
Definition at line 298 of file OverlapResidualsModule.h.
|
private |
U external 6 samples of the strips of the cluster.
For the nth strip of a given cluster the samples are the 6 elements of indices 6*n to (6*n)+5
Definition at line 246 of file OverlapResidualsModule.h.
|
private |
U internal 6 samples of the strips of the cluster.
For the nth strip of a given cluster the samples are the 6 elements of indices 6*n to (6*n)+5
Definition at line 242 of file OverlapResidualsModule.h.
|
private |
V external 6 samples of the strips of the cluster.
For the nth strip of a given cluster the samples are the 6 elements of indices 6*n to (6*n)+5
Definition at line 308 of file OverlapResidualsModule.h.
|
private |
V internal 6 samples of the strips of the cluster.
For the nth strip of a given cluster the samples are the 6 elements of indices 6*n to (6*n)+5
Definition at line 304 of file OverlapResidualsModule.h.
|
private |
U external charge of the strips of the cluster.
Definition at line 245 of file OverlapResidualsModule.h.
|
private |
U internal charge of the strips of the cluster.
Definition at line 241 of file OverlapResidualsModule.h.
|
private |
V external charge of the strips of the cluster.
Definition at line 307 of file OverlapResidualsModule.h.
|
private |
V internal charge of the strips of the cluster.
Definition at line 303 of file OverlapResidualsModule.h.
|
private |
U external position of the strips of the cluster.
Definition at line 248 of file OverlapResidualsModule.h.
|
private |
U internal position of the strips of the cluster.
Definition at line 244 of file OverlapResidualsModule.h.
|
private |
V external position of the strips of the cluster.
Definition at line 310 of file OverlapResidualsModule.h.
|
private |
V internal position of the strips of the cluster.
Definition at line 306 of file OverlapResidualsModule.h.
|
private |
U external time of the strips of the cluster.
Definition at line 247 of file OverlapResidualsModule.h.
|
private |
U internal time of the strips of the cluster.
Definition at line 243 of file OverlapResidualsModule.h.
|
private |
V external time of the strips of the cluster.
Definition at line 309 of file OverlapResidualsModule.h.
|
private |
V internal time of the strips of the cluster.
Definition at line 305 of file OverlapResidualsModule.h.
|
private |
number of PXD hits on the track
Definition at line 232 of file OverlapResidualsModule.h.
|
private |
d0 of the track
Definition at line 192 of file OverlapResidualsModule.h.
|
private |
pCM of the track
Definition at line 195 of file OverlapResidualsModule.h.
|
private |
U external track position.
Definition at line 219 of file OverlapResidualsModule.h.
|
private |
U internal track position.
Definition at line 197 of file OverlapResidualsModule.h.
|
private |
V external track position.
Definition at line 284 of file OverlapResidualsModule.h.
|
private |
V internal track position.
Definition at line 262 of file OverlapResidualsModule.h.
|
private |
U external track position error.
Definition at line 221 of file OverlapResidualsModule.h.
|
private |
U internal track position error.
Definition at line 199 of file OverlapResidualsModule.h.
|
private |
V external track position error.
Definition at line 286 of file OverlapResidualsModule.h.
|
private |
V internal track position error.
Definition at line 264 of file OverlapResidualsModule.h.
|
private |
U external track position error on the other side.
Definition at line 222 of file OverlapResidualsModule.h.
|
private |
U internal track position error on the other side.
Definition at line 200 of file OverlapResidualsModule.h.
|
private |
V external track position error on the other side.
Definition at line 287 of file OverlapResidualsModule.h.
|
private |
V internal track position error on the other side.
Definition at line 265 of file OverlapResidualsModule.h.
|
private |
U external unbiased track position error.
Definition at line 227 of file OverlapResidualsModule.h.
|
private |
U internal unbiased track position error.
Definition at line 205 of file OverlapResidualsModule.h.
|
private |
V external unbiased track position error.
Definition at line 292 of file OverlapResidualsModule.h.
|
private |
V internal unbiased track position error.
Definition at line 270 of file OverlapResidualsModule.h.
|
private |
U external track position on the other side.
Definition at line 220 of file OverlapResidualsModule.h.
|
private |
U internal track position on the other side.
Definition at line 198 of file OverlapResidualsModule.h.
|
private |
V external track position on the other side.
Definition at line 285 of file OverlapResidualsModule.h.
|
private |
V internal track position on the other side.
Definition at line 263 of file OverlapResidualsModule.h.
|
private |
U external unbiased track position.
Definition at line 226 of file OverlapResidualsModule.h.
|
private |
U internal unbiased track position.
Definition at line 204 of file OverlapResidualsModule.h.
|
private |
V external unbiased track position.
Definition at line 291 of file OverlapResidualsModule.h.
|
private |
V internal unbiased track position.
Definition at line 269 of file OverlapResidualsModule.h.
|
private |
U external tan of incident angle projected on u,w.
Definition at line 224 of file OverlapResidualsModule.h.
|
private |
U internal tan of incident angle projected on u,w.
Definition at line 202 of file OverlapResidualsModule.h.
|
private |
V external tan of incident angle projected on u,w.
Definition at line 289 of file OverlapResidualsModule.h.
|
private |
V internal tan of incident angle projected on u,w.
Definition at line 267 of file OverlapResidualsModule.h.
|
private |
U external tan of incident angle projected on v/u,w (other side)
Definition at line 225 of file OverlapResidualsModule.h.
|
private |
U internal tan of incident angle projected on v/u,w (other side)
Definition at line 203 of file OverlapResidualsModule.h.
|
private |
V external tan of incident angle projected on v/u,w (other side)
Definition at line 290 of file OverlapResidualsModule.h.
|
private |
V internal tan of incident angle projected on v/u,w (other side)
Definition at line 268 of file OverlapResidualsModule.h.
|
private |
U external unbiased tan of incident angle projected on u,w.
Definition at line 229 of file OverlapResidualsModule.h.
|
private |
U internal unbiased tan of incident angle projected on u,w.
Definition at line 207 of file OverlapResidualsModule.h.
|
private |
V external unbiased tan of incident angle projected on u,w.
Definition at line 294 of file OverlapResidualsModule.h.
|
private |
V internal unbiased tan of incident angle projected on u,w.
Definition at line 272 of file OverlapResidualsModule.h.
|
private |
pT of the track
Definition at line 194 of file OverlapResidualsModule.h.
|
private |
number of PXD hits on the track
Definition at line 230 of file OverlapResidualsModule.h.
|
private |
U external track q/p.
Definition at line 223 of file OverlapResidualsModule.h.
|
private |
U internal track q/p.
Definition at line 201 of file OverlapResidualsModule.h.
|
private |
V external track q/p.
Definition at line 288 of file OverlapResidualsModule.h.
|
private |
V internal track q/p.
Definition at line 266 of file OverlapResidualsModule.h.
|
private |
U external unbiased track q/p.
Definition at line 228 of file OverlapResidualsModule.h.
|
private |
U internal unbiased track q/p.
Definition at line 206 of file OverlapResidualsModule.h.
|
private |
V external unbiased track q/p.
Definition at line 293 of file OverlapResidualsModule.h.
|
private |
V internal unbiased track q/p.
Definition at line 271 of file OverlapResidualsModule.h.
|
private |
number of PXD hits on the track
Definition at line 231 of file OverlapResidualsModule.h.
|
private |
U external traversed length of the track in the sensor.
Definition at line 218 of file OverlapResidualsModule.h.
|
private |
U internal traversed length of the track in the sensor.
Definition at line 196 of file OverlapResidualsModule.h.
|
private |
V external traversed length of the track in the sensor.
Definition at line 283 of file OverlapResidualsModule.h.
|
private |
V internal traversed length of the track in the sensor.
Definition at line 261 of file OverlapResidualsModule.h.
|
private |
z0 of the track
Definition at line 193 of file OverlapResidualsModule.h.
|
private |
U external true position.
Definition at line 215 of file OverlapResidualsModule.h.
|
private |
U internal true position.
Definition at line 189 of file OverlapResidualsModule.h.
|
private |
V external true position.
Definition at line 280 of file OverlapResidualsModule.h.
|
private |
V internal true position.
Definition at line 258 of file OverlapResidualsModule.h.
|
private |
Tree containing global information on PXD overlaps.
Definition at line 155 of file OverlapResidualsModule.h.
|
private |
Tree containing global information on SVD u-coordinate overlaps.
Definition at line 157 of file OverlapResidualsModule.h.
|
private |
Tree containing global information on SVD v-coordinate overlaps.
Definition at line 159 of file OverlapResidualsModule.h.