#include <MyMissingEtManager.h>
Public Member Functions | |
| MyMissingEtManager (void) | |
| ~MyMissingEtManager (void) | |
| Destructor. | |
| void | add_missinget (MyMissingEt met) |
| add MyMissingEt object to the manager | |
| MyMissingEt | get_missinget (TString name) |
| retrieve MyMissingEt object with name: 'name' from the manager | |
| void | Print (std::string option="") |
| calls Print method of each object stored in the manager, if option is set to "v" all properties are printed | |
Private Types | |
|
typedef std::map< TString, MyMissingEt > | maptype |
| typedef maptype::value_type | ValuePair |
Private Member Functions | |
| MyMissingEt | retrieve_from_map (TString name) |
| retrieve MyMissingEt object with name: 'name' from the map | |
| void | init () |
| void | destruct (void) |
Private Attributes | |
| MyDatasetInfo * | m_dataset_info |
| maptype | m_met_map |
Definition at line 41 of file MyMissingEtManager.h.
| MyMissingEtManager::MyMissingEtManager | ( | void | ) | [inline] |
default constructor: The following MyMissingEt objects are currently filled by the NtupleReader: MET_Base, MET_Calib, MET_CellOut, MET_CorrTopo, MET_Cryo, MET_CryoCone, MET_Final, MET_LocHadTopo, MET_LocHadTopoObj, MET_Muon, MET_MuonBoy, MET_RefEle, MET_RefFinal, MET_RefFinal_1mmCorrection, MET_RefJet, MET_Topo, MET_TopoObj, ObjMET_Elec, ObjMET_Final, ObjMET_IdTrk, ObjMET_Jet, ObjMET_MiniJet, ObjMET_Muon, ObjMET_Rest, TruthMET_Int, TruthMET_IntCentral, TruthMET_IntFwd, TruthMET_IntOutCover, TruthMET_Muons, TruthMET_NonInt, MET_Own(=MET_Calib+TruthMET_Muons+MET_CryoCone), MET_trigger_ef
Definition at line 45 of file MyMissingEtManager.h.
1.5.1