CMS 3D CMS Logo

L1GTInvariantMassError.h
Go to the documentation of this file.
1 #ifndef L1Trigger_Phase2L1GT_InvariantMassError_h
2 #define L1Trigger_Phase2L1GT_InvariantMassError_h
3 
4 #include <vector>
5 
6 namespace l1t {
8  const double absoluteError_ = 0; // GeV/c^2
9  const double relativeError_ = 0; // GeV/c^2 (could also be calculated)
10  const double invariantMass_ = 0; // GeV/c^2 (calculated without LUT)
11  };
12 
13  typedef std::vector<InvariantMassError> InvariantMassErrorCollection;
14 } // namespace l1t
15 
16 #endif // L1Trigger_Phase2L1GT_InvariantMassError_h
delete x;
Definition: CaloConfig.h:22
std::vector< InvariantMassError > InvariantMassErrorCollection