ATLAS Offline Software
CPMHitsAuxContainer_v1.h
Go to the documentation of this file.
1 // Dear emacs, this is -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // $Id: CPMHitsAuxContainer_v1.h 631511 2014-11-27 13:17:07Z gwatts $
8 #ifndef XAODTRIGL1CALO_VERSIONS_CPMHITSAUXCONTAINER_V1_H
9 #define XAODTRIGL1CALO_VERSIONS_CPMHITSAUXCONTAINER_V1_H
10 
11 // STL include(s):
12 #include <vector>
13 
14 // EDM include(s):
16 
17 namespace xAOD{
18 
25 
27  public:
28  // Default constructor
30 
31  private:
32  std::vector<int> crate;
33  std::vector<int> module;
34  std::vector<int> peak;
35  std::vector<std::vector<unsigned int> > hitsVec0;
36  std::vector<std::vector<unsigned int> > hitsVec1;
37 
38  }; // class CPMHitsAuxContainer_v1
39 } // namespace xAOD
40 
41 // Set up a CLID and StoreGate inheritance for the class:
42 #include "xAODCore/BaseInfo.h"
44 
45 #endif // XAODTRIGL1CALO_VERSIONS_CPMHITSAUXCONTAINER_V1_H
xAOD::CPMHitsAuxContainer_v1::peak
std::vector< int > peak
Definition: CPMHitsAuxContainer_v1.h:34
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition: AuxContainerBase.h:59
BaseInfo.h
xAOD::CPMHitsAuxContainer_v1::hitsVec0
std::vector< std::vector< unsigned int > > hitsVec0
Definition: CPMHitsAuxContainer_v1.h:35
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::CPMHitsAuxContainer_v1::module
std::vector< int > module
Definition: CPMHitsAuxContainer_v1.h:33
xAOD::CPMHitsAuxContainer_v1::CPMHitsAuxContainer_v1
CPMHitsAuxContainer_v1()
Definition: CPMHitsAuxContainer_v1.cxx:12
xAOD::CPMHitsAuxContainer_v1
AuxContainer for CPMHits_v1.
Definition: CPMHitsAuxContainer_v1.h:26
xAOD::CPMHitsAuxContainer_v1::crate
std::vector< int > crate
Definition: CPMHitsAuxContainer_v1.h:32
xAOD::CPMHitsAuxContainer_v1::hitsVec1
std::vector< std::vector< unsigned int > > hitsVec1
Definition: CPMHitsAuxContainer_v1.h:36
SG_BASE
SG_BASE(xAOD::CPMHitsAuxContainer_v1, xAOD::AuxContainerBase)