CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTTrack.h
Go to the documentation of this file.
1 #ifndef HLTTRACK_H
2 #define HLTTRACK_H
3 
4 #include "TH1.h"
5 #include "TH2.h"
6 #include "TFile.h"
7 #include "TNamed.h"
8 #include <vector>
9 #include <map>
10 #include "TROOT.h"
11 #include "TChain.h"
12 
16 
24 
25 
26 typedef std::vector<std::string> MyStrings;
27 
34 class HLTTrack {
35 public:
36  HLTTrack();
37 
38  void setup(const edm::ParameterSet& pSet, TTree* tree);
39 
45  TTree* tree);
46 
47 
48 private:
49 
50  // Tree variables
51  //isoPixel
54  //minBiasPixel
57 
58  // input variables
59  bool _Monte,_Debug;
60 
62 
63 };
64 
65 #endif
float * isopixeltrackL3pt
Definition: HLTTrack.h:52
bool _Monte
Definition: HLTTrack.h:59
void analyze(const edm::Handle< reco::IsolatedPixelTrackCandidateCollection > &IsoPixelTrackL3, const edm::Handle< reco::IsolatedPixelTrackCandidateCollection > &IsoPixelTrackL2, const edm::Handle< reco::VertexCollection > &pixelVertices, const edm::Handle< reco::RecoChargedCandidateCollection > &PixelTracksL3, TTree *tree)
Definition: HLTTrack.cc:74
float * pixeltracksL3eta
Definition: HLTTrack.h:55
float * pixeltracksL3pt
Definition: HLTTrack.h:55
int nisopixeltrackL3
Definition: HLTTrack.h:53
float * isopixeltrackL3maxptpxl
Definition: HLTTrack.h:52
float * isopixeltrackL2pt
Definition: HLTTrack.h:52
float * isopixeltrackL2eta
Definition: HLTTrack.h:52
float * isopixeltrackL3eta
Definition: HLTTrack.h:52
float * isopixeltrackL2dXY
Definition: HLTTrack.h:52
std::vector< std::string > MyStrings
EgammaCoreTools.
Definition: HLTAlCa.h:39
void setup(const edm::ParameterSet &pSet, TTree *tree)
Definition: HLTTrack.cc:24
int npixeltracksL3
Definition: HLTTrack.h:56
float * pixeltracksL3vz
Definition: HLTTrack.h:55
float * isopixeltrackL3phi
Definition: HLTTrack.h:52
float * pixeltracksL3phi
Definition: HLTTrack.h:55
float * isopixeltrackL3energy
Definition: HLTTrack.h:52
HLTTrack()
Definition: HLTTrack.cc:15
int evtCounter
Definition: HLTTrack.h:61
bool _Debug
Definition: HLTTrack.h:59