BmnRoot
Loading...
Searching...
No Matches
BmnAdcProcessor.h File Reference
#include <bitset>
#include <fstream>
#include <iostream>
#include <list>
#include <map>
#include <memory>
#include <unordered_map>
#include <vector>
#include <TCanvas.h>
#include <TClonesArray.h>
#include <TColor.h>
#include <TFile.h>
#include <TH2F.h>
#include <TMath.h>
#include <TStopwatch.h>
#include <TString.h>
#include <TStyle.h>
#include <TTree.h>
#include <FairLogger.h>
#include "BmnADCDigit.h"
#include "BmnAliases.h"
#include "BmnCalibData.h"
#include "BmnEnums.h"
#include <BmnCSCStationSet.h>
#include <BmnGemStripStationSet.h>
#include <BmnSiBTStationSet.h>
#include <BmnSiProfStationSet.h>
#include <BmnSiliconStationSet.h>
Include dependency graph for BmnAdcProcessor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BmnAdcProcessor
 

Macros

#define N_EV_FOR_PEDESTALS   500
 
#define ADC_N_CHANNELS   64
 
#define ADC_PROF_N_CHANNELS   2
 
#define ADC_SIBT_N_SAMPLES   64
 
#define ADC128_N_SAMPLES   128
 
#define ADC32_N_SAMPLES   32
 

Typedefs

typedef vector< Int_t > StripMap
 

Macro Definition Documentation

◆ ADC128_N_SAMPLES

#define ADC128_N_SAMPLES   128

Definition at line 47 of file BmnAdcProcessor.h.

◆ ADC32_N_SAMPLES

#define ADC32_N_SAMPLES   32

Definition at line 48 of file BmnAdcProcessor.h.

◆ ADC_N_CHANNELS

#define ADC_N_CHANNELS   64

Definition at line 44 of file BmnAdcProcessor.h.

◆ ADC_PROF_N_CHANNELS

#define ADC_PROF_N_CHANNELS   2

Definition at line 45 of file BmnAdcProcessor.h.

◆ ADC_SIBT_N_SAMPLES

#define ADC_SIBT_N_SAMPLES   64

Definition at line 46 of file BmnAdcProcessor.h.

◆ N_EV_FOR_PEDESTALS

#define N_EV_FOR_PEDESTALS   500

Definition at line 43 of file BmnAdcProcessor.h.

Typedef Documentation

◆ StripMap

typedef vector<Int_t> StripMap

Definition at line 50 of file BmnAdcProcessor.h.