CMS 3D CMS Logo

ProjectionTemp.cc
Go to the documentation of this file.
2 
3 using namespace std;
4 using namespace trklet;
5 
6 ProjectionTemp::ProjectionTemp(Tracklet* proj,
7  unsigned int slot,
8  unsigned int projrinv,
9  int projfinerz,
10  unsigned int projfinephi,
11  unsigned int iphi,
12  bool usesecond,
13  bool isPSseed) {
14  proj_ = proj;
15  slot_ = slot;
16  projrinv_ = projrinv;
17  projfinerz_ = projfinerz;
18  projfinephi_ = projfinephi;
19  iphi_ = iphi;
20  usesecond_ = usesecond;
21  isPSseed_ = isPSseed;
22 }
23 
24 ProjectionTemp::ProjectionTemp() {
25  proj_ = nullptr;
26  slot_ = 0;
27  projrinv_ = 0;
28  projfinerz_ = 0;
29  projfinephi_ = 0;
30  iphi_ = 0;
31  usesecond_ = false;
32  isPSseed_ = false;
33 }
trklet::Tracklet
Definition: Tracklet.h:28
LEDCalibrationChannels.iphi
iphi
Definition: LEDCalibrationChannels.py:64
amptDefault_cfi.proj
proj
Definition: amptDefault_cfi.py:13
ProjectionTemp.h
trklet
Definition: AllProjectionsMemory.h:9
std
Definition: JetResolutionObject.h:76