|
BmnRoot
|
#include <BmnLambdaMisc.h>
Public Member Functions | |
| MappingInfo () | |
| MappingInfo (Int_t stat, TString map, pair< Int_t, Int_t > ch, pair< Int_t, Int_t > str) | |
| MappingInfo (Int_t stat, TString map, Int_t ch, Int_t str) | |
| MappingInfo (Int_t stat, TString mapping, map< Int_t, Int_t > strGlobChan) | |
| virtual | ~MappingInfo () |
Public Attributes | |
| Int_t | station |
| TString | mapFile |
| pair< Int_t, Int_t > | channels |
| pair< Int_t, Int_t > | strips |
| Int_t | channel |
| Int_t | strip |
| map< Int_t, Int_t > | stripChan |
Definition at line 35 of file BmnLambdaMisc.h.
|
inline |
Definition at line 37 of file BmnLambdaMisc.h.
|
inline |
|
inline |
|
inline |
Definition at line 57 of file BmnLambdaMisc.h.
|
inlinevirtual |
Definition at line 67 of file BmnLambdaMisc.h.
| Int_t MappingInfo::channel |
Definition at line 76 of file BmnLambdaMisc.h.
Referenced by BmnLambdaEmbeddingQa::DrawHistos6(), and MappingInfo().
| pair<Int_t, Int_t> MappingInfo::channels |
Definition at line 72 of file BmnLambdaMisc.h.
Referenced by BmnLambdaMisc::CheckStripOverlaps(), BmnLambdaEmbeddingQa::DrawHistos6(), and MappingInfo().
| TString MappingInfo::mapFile |
Definition at line 71 of file BmnLambdaMisc.h.
Referenced by BmnLambdaEmbeddingQa::DrawHistos6(), MappingInfo(), MappingInfo(), and MappingInfo().
| Int_t MappingInfo::station |
Definition at line 70 of file BmnLambdaMisc.h.
Referenced by BmnLambdaEmbeddingQa::DrawHistos6(), MappingInfo(), MappingInfo(), and MappingInfo().
| Int_t MappingInfo::strip |
Definition at line 77 of file BmnLambdaMisc.h.
Referenced by BmnLambdaEmbeddingQa::DrawHistos6(), and MappingInfo().
| map<Int_t, Int_t> MappingInfo::stripChan |
Definition at line 79 of file BmnLambdaMisc.h.
Referenced by BmnLambdaEmbeddingQa::DrawHistos6(), and MappingInfo().
| pair<Int_t, Int_t> MappingInfo::strips |
Definition at line 73 of file BmnLambdaMisc.h.
Referenced by MappingInfo().