BmnRoot
Loading...
Searching...
No Matches
BmnCscRaw2Digit.h File Reference
#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"
Include dependency graph for BmnCscRaw2Digit.h:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ N_CSC_CHANNELS

#define N_CSC_CHANNELS   2048

Definition at line 16 of file BmnCscRaw2Digit.h.

◆ N_CSC_MODULES

#define N_CSC_MODULES   2

Definition at line 15 of file BmnCscRaw2Digit.h.

Typedef Documentation

◆ InChanMapCSC

typedef map<Int_t, BmnCscMapping*> InChanMapCSC

Definition at line 51 of file BmnCscRaw2Digit.h.

◆ LocalCSCMapKey

typedef pair<string, Short_t> LocalCSCMapKey

Definition at line 24 of file BmnCscRaw2Digit.h.