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 {
20  class ForwardProton;
22  typedef std::vector<ForwardProton> ForwardProtonCollection;
29 } // namespace reco
30 
31 #endif
edm::RefProd
Definition: EDProductfwd.h:25
RefProd.h
reco::ForwardProtonRef
edm::Ref< ForwardProtonCollection > ForwardProtonRef
Persistent reference to a ForwardProton.
Definition: ForwardProtonFwd.h:29
edm::RefVector
Definition: EDProductfwd.h:27
reco
fixed size matrix
Definition: AlignmentAlgorithmBase.h:45
edm::Ref
Definition: AssociativeIterator.h:58
reco::ForwardProtonCollection
std::vector< ForwardProton > ForwardProtonCollection
Collection of ForwardProton objects.
Definition: ForwardProtonFwd.h:25
reco::ForwardProtonRefVector
edm::RefVector< ForwardProtonCollection > ForwardProtonRefVector
Vector of references to ForwardProton in the same collection.
Definition: ForwardProtonFwd.h:33
RefVector.h
Ref.h
reco::ForwardProtonRefProd
edm::RefProd< ForwardProtonCollection > ForwardProtonRefProd
Reference to a ForwardProton collection.
Definition: ForwardProtonFwd.h:31