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 isPSseed) {
13  proj_ = proj;
14  slot_ = slot;
15  projrinv_ = projrinv;
16  projfinerz_ = projfinerz;
17  projfinephi_ = projfinephi;
18  iphi_ = iphi;
19  isPSseed_ = isPSseed;
20 }
21 
22 ProjectionTemp::ProjectionTemp() {
23  proj_ = nullptr;
24  slot_ = 0;
25  projrinv_ = 0;
26  projfinerz_ = 0;
27  projfinephi_ = 0;
28  iphi_ = 0;
29  isPSseed_ = false;
30 }
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