CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
BasicSingleTrajectoryState.h
Go to the documentation of this file.
1 #ifndef BasicSingleTrajectoryState_H
2 #define BasicSingleTrajectoryState_H
3 
5 #include<cassert>
6 
7 
12 public:
14 #ifndef CMS_NOCXX11
15  template<typename... Args>
16  BasicSingleTrajectoryState(Args && ...args) : BasicTrajectoryState(std::forward<Args>(args)...){/* assert(weight()>0);*/}
17 
18  pointer clone() const {
19  return build<BasicSingleTrajectoryState>(*this);
20  }
21 #else
22  pointer clone() const { return nullptr;}
23 #endif
24 
25  std::vector<TrajectoryStateOnSurface> components() const GCC11_OVERRIDE;
26 
27 
28 };
29 
30 #endif
#define GCC11_OVERRIDE
#define GCC11_FINAL
std::vector< TrajectoryStateOnSurface > components() const
string const
Definition: compareJSON.py:14