|
BmnRoot
|
#include "BmnADCDigit.h"#include "BmnAdcProcessor.h"#include "BmnCSCDigit.h"#include "BmnEnums.h"#include "BmnMath.h"#include "TClonesArray.h"#include "TH1F.h"#include "TMath.h"#include "TString.h"#include "TTree.h"Go to the source code of this file.
Classes | |
| struct | LocalCSC |
| struct | BmnCscMapping |
| class | BmnCscRaw2Digit |
Macros | |
| #define | N_CSC_MODULES 2 |
| #define | N_CSC_CHANNELS 2048 |
Typedefs | |
| typedef pair< string, Short_t > | LocalCSCMapKey |
| typedef map< Int_t, BmnCscMapping * > | InChanMapCSC |
| #define N_CSC_CHANNELS 2048 |
Definition at line 16 of file BmnCscRaw2Digit.h.
| #define N_CSC_MODULES 2 |
Definition at line 15 of file BmnCscRaw2Digit.h.
| typedef map<Int_t, BmnCscMapping*> InChanMapCSC |
Definition at line 51 of file BmnCscRaw2Digit.h.
| typedef pair<string, Short_t> LocalCSCMapKey |
Definition at line 24 of file BmnCscRaw2Digit.h.