#include <ElectronLikelihoodCategoryData.h>
Public Attributes | |
int | ecaldet |
ECAL subdet: 0=Barrel, 1=Endcap. More... | |
int | iclass |
electron class 0=non-showering 1=showering More... | |
int | ifullclass |
std::string | label |
summary label: <variablename>_<species>_<ecalsubdet>_<ptbin>_<iclass> More... | |
int | ptbin |
pT bin: 0= <15GeV, 1= >15GeV More... | |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Definition at line 7 of file ElectronLikelihoodCategoryData.h.
|
private |
|
friend |
Definition at line 20 of file ElectronLikelihoodCategoryData.h.
|
friend |
Definition at line 20 of file ElectronLikelihoodCategoryData.h.
int ElectronLikelihoodCategoryData::ecaldet |
ECAL subdet: 0=Barrel, 1=Endcap.
Definition at line 9 of file ElectronLikelihoodCategoryData.h.
int ElectronLikelihoodCategoryData::iclass |
electron class 0=non-showering 1=showering
Definition at line 13 of file ElectronLikelihoodCategoryData.h.
int ElectronLikelihoodCategoryData::ifullclass |
electron detailed class 0=golden, 1=bigbrem, 2=narrow, 3=showering, 4=cracks
Definition at line 16 of file ElectronLikelihoodCategoryData.h.
std::string ElectronLikelihoodCategoryData::label |
summary label: <variablename>_<species>_<ecalsubdet>_<ptbin>_<iclass>
Definition at line 18 of file ElectronLikelihoodCategoryData.h.
Referenced by python.rootplot.root2matplotlib.Hist::bar(), python.rootplot.root2matplotlib.Hist::barh(), python.rootplot.root2matplotlib.Hist::errorbar(), python.rootplot.root2matplotlib.Hist::errorbarh(), core.TriggerMatchAnalyzer.TriggerMatchAnalyzer::process(), core.AutoHandle.AutoHandle::ReallyLoad(), and MatrixInjector.MatrixInjector::uploadConf().
int ElectronLikelihoodCategoryData::ptbin |
pT bin: 0= <15GeV, 1= >15GeV
Definition at line 11 of file ElectronLikelihoodCategoryData.h.