1 #ifndef CastorLedAnalysis_H 2 #define CastorLedAnalysis_H 58 typedef std::pair<TH1F*, std::pair<std::map<int, std::vector<double> >, std::vector<TH1F*> > >
LEDBUNCH;
60 TProfile* avePulse[3];
100 std::map<HcalDetId, std::map<int, LEDBUNCH> >
LEDTRENDS;
106 std::map<HcalDetId, std::map<int, LEDBUNCH> >::iterator
_meol;
108 std::map<HcalDetId, std::map<int, float> >::iterator
_meee;
110 std::map<HcalCalibDetId, CALIBBUNCH>::iterator
_meca;
std::map< HcalDetId, std::map< int, LEDBUNCH > >::iterator _meol
~CastorLedAnalysis()
Destructor.
std::vector< bool > state
void LedSetup(const std::string &m_outputFileROOT)
const CastorQIEShape * m_shape
void LedTrendings(std::map< HcalDetId, std::map< int, LEDBUNCH > > &toolT)
void GetLedConst(std::map< HcalDetId, std::map< int, LEDBUNCH > > &toolT)
std::map< HcalCalibDetId, CALIBBUNCH >::iterator _meca
CastorLedAnalysis(const edm::ParameterSet &ps)
Constructor.
std::string m_outputFileText
std::map< HcalDetId, std::map< int, float > >::iterator _meee
void LedCastorHists(const HcalDetId &detid, const CastorDataFrame &ledDigi, std::map< HcalDetId, std::map< int, LEDBUNCH > > &toolT, const CastorDbService &cond)
std::map< HcalDetId, std::map< int, float > > m_AllPedVals
std::string m_outputFileX
float BinsizeCorr(float time)
struct CastorLedAnalysis::@40 castorHists
const CastorPedestal * m_ped
std::ofstream m_outputFileXML
void SetupLEDHists(int id, const HcalDetId detid, std::map< HcalDetId, std::map< int, LEDBUNCH > > &toolT)
std::string m_outputFileROOT
void processLedEvent(const CastorDigiCollection &castor, const CastorDbService &cond)
const CastorQIECoder * m_coder
std::map< HcalDetId, std::map< int, LEDBUNCH > > LEDTRENDS
std::pair< TH1F *, std::pair< std::map< int, std::vector< double > >, std::vector< TH1F * > > > LEDBUNCH