npstat is hosted by Hepforge, IPPP Durham
NPStat  5.10.0
NtupleRecordTypesFwd.hh
1 #ifndef NPSTAT_NTUPLERECORDTYPESFWD_HH_
2 #define NPSTAT_NTUPLERECORDTYPESFWD_HH_
3 
4 //=========================================================================
5 // NtupleRecordTypesFwd.hh
6 //
7 // Forwarding declarations for the NtupleRecordTypes.hh header.
8 // Applications should never use this header directly.
9 //
10 // Author: I. Volobouev
11 //
12 // November 2010
13 //=========================================================================
14 
15 namespace npstat {
16  namespace Private {
17  template<class Ntuple> class NtupleHeaderRecord;
18  template<class Ntuple> class NtupleBufferRecord;
19  template<class Ntuple> class NtupleFooterRecord;
20  template<class Ntuple> class NtupleBufferReference;
21  template<class Ntuple> class NtupleColumnReference;
22  }
23 }
24 
25 #endif // NPSTAT_NTUPLERECORDTYPESFWD_HH_
Definition: AbsArrayProjector.hh:14