CMS 3D CMS Logo

CTPPSLocalTrackLiteFwd.h
Go to the documentation of this file.
1 /****************************************************************************
2  *
3  * This is a part of CTPPS offline software.
4  * Authors:
5  * Jan Kašpar
6  * Laurent Forthomme
7  *
8  ****************************************************************************/
9 
10 #ifndef DataFormats_CTPPSReco_CTPPSLocalTrackLiteFwd_h
11 #define DataFormats_CTPPSReco_CTPPSLocalTrackLiteFwd_h
12 
16 
17 #include <vector>
18 
21 typedef std::vector<CTPPSLocalTrackLite> CTPPSLocalTrackLiteCollection;
28 
29 #endif
30 
Local (=single RP) track with essential information only.
edm::RefProd< CTPPSLocalTrackLiteCollection > CTPPSLocalTrackLiteRefProd
Reference to a CTPPSLocalTrackLite collection.
edm::Ref< CTPPSLocalTrackLiteCollection > CTPPSLocalTrackLiteRef
Persistent reference to a CTPPSLocalTrackLite.
std::vector< CTPPSLocalTrackLite > CTPPSLocalTrackLiteCollection
Collection of CTPPSLocalTrackLite objects.
edm::RefVector< CTPPSLocalTrackLiteCollection > CTPPSLocalTrackLiteRefVector
Vector of references to CTPPSLocalTrackLite in the same collection.