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 
26 
27 typedef std::vector<std::string> MyStrings;
28 
35 class HLTTrack {
36 public:
37  HLTTrack();
38 
39  void setup(const edm::ParameterSet& pSet, TTree* tree);
40 
48  TTree* tree);
49 
50 
51 private:
52 
53  // Tree variables
54  //isoPixel
57  //minBiasPixel
62 
63  // input variables
64  bool _Monte,_Debug;
65 
67 
68 };
69 
70 #endif
float * isopixeltrackL3pt
Definition: HLTTrack.h:55
bool _Monte
Definition: HLTTrack.h:64
float * pixeltracksL3eta
Definition: HLTTrack.h:58
float * pixeltracksL3pt
Definition: HLTTrack.h:58
int nisopixeltrackL3
Definition: HLTTrack.h:56
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, const edm::Handle< FEDRawDataCollection > hfedraw, const edm::Handle< edmNew::DetSetVector< SiPixelCluster > > &pixelClusters, TTree *tree)
Definition: HLTTrack.cc:77
float * isopixeltrackL3maxptpxl
Definition: HLTTrack.h:55
float * isopixeltrackL2pt
Definition: HLTTrack.h:55
float * isopixeltrackL2eta
Definition: HLTTrack.h:55
float * isopixeltrackL3eta
Definition: HLTTrack.h:55
float * isopixeltrackL2dXY
Definition: HLTTrack.h:55
std::vector< std::string > MyStrings
EgammaCoreTools.
Definition: HLTAlCa.h:39
void setup(const edm::ParameterSet &pSet, TTree *tree)
Definition: HLTTrack.cc:24
int npixelclusters
Definition: HLTTrack.h:61
int npixeltracksL3
Definition: HLTTrack.h:59
float * pixeltracksL3vz
Definition: HLTTrack.h:58
float * isopixeltrackL3phi
Definition: HLTTrack.h:55
float * pixeltracksL3phi
Definition: HLTTrack.h:58
float * isopixeltrackL3energy
Definition: HLTTrack.h:55
int pixelfedsize
Definition: HLTTrack.h:60
HLTTrack()
Definition: HLTTrack.cc:15
int evtCounter
Definition: HLTTrack.h:66
bool _Debug
Definition: HLTTrack.h:64