#include <RecoTBCalo/HcalPlotter/scripts/PlotAllDisplay.h>
Public Member Functions | |
void | CrateDisplaySelector (int crate, int evtType, int flavType, int plotStatType) |
void | displayElecOne (const MyElectronicsId &id, int evtType, int flavType) |
void | displayElecOne (int fiber, int fiberChan, int crate, int slot, int tb, int evtType, int flavType) |
void | displayElecSummary (int crate, int Slot, int tb, int evtType4, int flavType) |
void | displayOne (const MyHcalDetId &id, int evtType, int flavType) |
void | displayOne (int ieta, int iphi, int depth, int evtType, int flavType) |
void | displaySelector (int evtType, int flavType, int plotStatType) |
void | displaySummary (int ieta=0, int iphi=0, int evtType=4, int flavType=0) |
MyHcalSubdetector | getSubDetector (int ieta, int depth) |
PlotAllDisplay (const char *outfn) | |
Private Member Functions | |
TH1 * | bookMasterHistogram (DisplayElecSetup &ess, const std::string &basename, int lo, int hi) |
TH1 * | bookMasterHistogram (DisplaySetupStruct &ss, const std::string &basename, int lo, int hi) |
std::vector< MyElectronicsId > | electronicsFilter (int fiber, int fiberChan, int crate, int slot, int tb, const std::vector< MyElectronicsId > &inputs) |
std::vector< MyHcalDetId > | spatialFilter (int ieta, int iphi, const std::vector< MyHcalDetId > &inputs) |
Private Attributes | |
HistoManager | histKeys |
TFile | m_f |
TCanvas * | m_movie |
int | n_movie |
Classes | |
struct | DisplayElecSetup |
struct | DisplaySetupStruct |
Definition at line 13 of file PlotAllDisplay.h.
PlotAllDisplay::PlotAllDisplay | ( | const char * | outfn | ) | [inline] |
TH1* PlotAllDisplay::bookMasterHistogram | ( | DisplayElecSetup & | ess, | |
const std::string & | basename, | |||
int | lo, | |||
int | hi | |||
) | [private] |
TH1* PlotAllDisplay::bookMasterHistogram | ( | DisplaySetupStruct & | ss, | |
const std::string & | basename, | |||
int | lo, | |||
int | hi | |||
) | [private] |
void PlotAllDisplay::CrateDisplaySelector | ( | int | crate, | |
int | evtType, | |||
int | flavType, | |||
int | plotStatType | |||
) |
void PlotAllDisplay::displayElecOne | ( | const MyElectronicsId & | id, | |
int | evtType, | |||
int | flavType | |||
) |
void PlotAllDisplay::displayElecOne | ( | int | fiber, | |
int | fiberChan, | |||
int | crate, | |||
int | slot, | |||
int | tb, | |||
int | evtType, | |||
int | flavType | |||
) |
void PlotAllDisplay::displayOne | ( | const MyHcalDetId & | id, | |
int | evtType, | |||
int | flavType | |||
) |
void PlotAllDisplay::displaySummary | ( | int | ieta = 0 , |
|
int | iphi = 0 , |
|||
int | evtType = 4 , |
|||
int | flavType = 0 | |||
) |
std::vector<MyElectronicsId> PlotAllDisplay::electronicsFilter | ( | int | fiber, | |
int | fiberChan, | |||
int | crate, | |||
int | slot, | |||
int | tb, | |||
const std::vector< MyElectronicsId > & | inputs | |||
) | [private] |
MyHcalSubdetector PlotAllDisplay::getSubDetector | ( | int | ieta, | |
int | depth | |||
) |
std::vector<MyHcalDetId> PlotAllDisplay::spatialFilter | ( | int | ieta, | |
int | iphi, | |||
const std::vector< MyHcalDetId > & | inputs | |||
) | [private] |
HistoManager PlotAllDisplay::histKeys [private] |
Definition at line 63 of file PlotAllDisplay.h.
TFile PlotAllDisplay::m_f [private] |
Definition at line 62 of file PlotAllDisplay.h.
TCanvas* PlotAllDisplay::m_movie [private] |
int PlotAllDisplay::n_movie [private] |