ATLAS Offline Software
TileHitNonConstContainer.h
Go to the documentation of this file.
1 // This file's extension implies that it's C, but it's really -*- C++ -*-.
2 /*
3  * Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration.
4  */
5 // $Id$
13 #ifndef TILEEVENT_TILEHITNONCONSTCONTAINER_H
14 #define TILEEVENT_TILEHITNONCONSTCONTAINER_H
15 
16 
19 
20 
30  : public TileRawDataNonConstContainer<TileHitCollection>
31 {
32 public:
34 };
35 
36 
37 #endif // not TILEEVENT_TILEHITNONCONSTCONTAINER_H
TileHitCollection.h
TileRawDataNonConstContainer
This is a minimal version of a TileRawDataContainer in which the saved collections remain non-const.
Definition: TileRawDataNonConstContainer.h:35
TileRawDataNonConstContainer.h
Helper class for building a TileRawDataContainer.
TileRawDataNonConstContainer::TileRawDataNonConstContainer
TileRawDataNonConstContainer(SG::OwnershipPolicy ownPolicy)
Definition: TileRawDataNonConstContainer.h:54
TileHitNonConstContainer
This is a minimal version of a TileHitContainer in which the saved collections remain non-const.
Definition: TileHitNonConstContainer.h:31