ATLAS Offline Software
ZdcRawChannelCollection.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef ZdcRawChannelCollection_H
6 #define ZdcRawChannelCollection_H
7 
8 // STL include
9 #include <vector>
10 
11 // Lang include
12 #include <inttypes.h>
13 
14 #include "ZdcEvent/ZdcRawChannel.h"
16 
17 #include "AthenaKernel/CLASS_DEF.h"
18 
19 class ZdcRawChannelCollection : public DataVector<ZdcRawChannel>
20 {
21 
22  //friend class ZdcDigitsContainerCnv;
23 public:
24 
27 
29 
33  //virtual void clear ();
34 
35  void print(){};
36 
37  private:
38 
39 };
40 
43 
44 #endif
45 
SG_BASE
SG_BASE(ZdcRawChannelCollection, DataVector< ZdcRawChannel >)
ZdcRawChannelCollection::print
void print()
Clear everything for next event.
Definition: ZdcRawChannelCollection.h:35
SG::OwnershipPolicy
OwnershipPolicy
describes the possible element ownership policies (see e.g. DataVector)
Definition: OwnershipPolicy.h:16
ZdcRawChannel
Definition: ZdcRawChannel.h:24
SG::OWN_ELEMENTS
@ OWN_ELEMENTS
this data object owns its elements
Definition: OwnershipPolicy.h:17
ZdcRawChannelCollection::ZdcRawChannelCollection
ZdcRawChannelCollection(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS)
Definition: ZdcRawChannelCollection.h:25
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
ZdcRawChannelCollection
Definition: ZdcRawChannelCollection.h:20
ZdcRawChannelCollection::~ZdcRawChannelCollection
virtual ~ZdcRawChannelCollection()
Definition: ZdcRawChannelCollection.h:28
ZdcRawChannel.h
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
DataVector< ZdcRawChannel >::ownPolicy
SG::OwnershipPolicy ownPolicy() const
Return the ownership policy setting for this container.
CLASS_DEF.h
macros to associate a CLID to a type