CMS 3D CMS Logo

HcalIsoTrkEventVariables.h
Go to the documentation of this file.
1 #ifndef DataFormatsHcalCalibObjectsHcalIsoTrkEventVariables_h
2 #define DataFormatsHcalCalibObjectsHcalIsoTrkEventVariables_h
3 #include <string>
4 #include <vector>
5 
7 public:
9 
10  void clear() {
11  allvertex_ = 0;
13  l1Bit_ = trigPass_ = trigPassSel_ = false;
14  hltbits_.clear();
15  ietaAll_.clear();
16  ietaGood_.clear();
17  trackType_.clear();
18  };
19 
23  std::vector<int> ietaAll_, ietaGood_, trackType_;
24  std::vector<bool> hltbits_;
25 };
26 
27 typedef std::vector<HcalIsoTrkEventVariables> HcalIsoTrkEventVariablesCollection;
28 #endif
std::vector< HcalIsoTrkEventVariables > HcalIsoTrkEventVariablesCollection