CMS 3D CMS Logo

ForwardProtonFwd.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_ProtonReco_ForwardProtonFwd_h
11 #define DataFormats_ProtonReco_ForwardProtonFwd_h
12 
16 
17 #include <vector>
18 
19 namespace reco {
22  typedef std::vector<ForwardProton> ForwardProtonCollection;
29 } // namespace reco
30 
31 #endif
edm::RefVector< ForwardProtonCollection > ForwardProtonRefVector
Vector of references to ForwardProton in the same collection.
edm::RefProd< ForwardProtonCollection > ForwardProtonRefProd
Reference to a ForwardProton collection.
fixed size matrix
std::vector< ForwardProton > ForwardProtonCollection
Collection of ForwardProton objects.
edm::Ref< ForwardProtonCollection > ForwardProtonRef
Persistent reference to a ForwardProton.