LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
fwd.h
Go to the documentation of this file.
1 #ifndef canvas_Persistency_Common_fwd_h
2 #define canvas_Persistency_Common_fwd_h
3 
4 // ======================================================================
5 //
6 // Forward declarations of types in Persistency/Common
7 //
8 // ======================================================================
9 
11 
12 namespace art {
13  namespace detail {
14  class AssnsBase;
15  }
16 
17  class EDProduct;
18  class EDProductGetter;
19  class GroupQueryResult;
20  class HLTGlobalStatus;
21  class HLTPathStatus;
22  class OutputHandle;
23  template <typename T>
24  class ProductPtr;
25  template <typename T>
26  class Ptr;
27  template <typename T>
28  class PtrVector;
29  class PtrVectorBase;
30  class ProductID;
31  class RefCore;
32  template <typename T>
33  class Sampled;
34  class TriggerResults;
35  template <typename T>
36  class Wrapper;
37  struct WrappedTypeID;
38 } // art
39 
40 // ======================================================================
41 
42 #endif /* canvas_Persistency_Common_fwd_h */
43 
44 // Local Variables:
45 // mode: c++
46 // End:
Definition: MVAAlg.h:12
Definition: fwd.h:26