ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArSimEvent
LArSimEvent
LArHitFloatContainer.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LArSimEvent_LArHitFloatContainer_h
6
#define LArSimEvent_LArHitFloatContainer_h
7
8
#include "
LArSimEvent/LArHitFloat.h
"
9
#include "
AthenaKernel/CLASS_DEF.h
"
10
#include <vector>
11
16
17
class
LArHitFloatContainer
:
public
std::vector<LArHitFloat>
18
{
19
20
public
:
22
LArHitFloatContainer
() {};
23
25
virtual
~LArHitFloatContainer
() {};
26
27
inline
void
add
(
const
LArHitFloat
&
hit
)
28
{this->push_back(
hit
);}
29
30
};
31
32
CLASS_DEF
(
LArHitFloatContainer
,1247689295,0)
33
34
#endif
CLASS_DEF.h
macros to associate a CLID to a type
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:67
hit
bool hit(const Container &ids, int pdgId)
Definition
JetIRCSafeLabelTool.cxx:64
LArHitFloat.h
LArHitFloatContainer
Container for LArHitFloat.
Definition
LArHitFloatContainer.h:18
LArHitFloatContainer::LArHitFloatContainer
LArHitFloatContainer()
constructor
Definition
LArHitFloatContainer.h:22
LArHitFloatContainer::add
void add(const LArHitFloat &hit)
Definition
LArHitFloatContainer.h:27
LArHitFloatContainer::~LArHitFloatContainer
virtual ~LArHitFloatContainer()
desctructor
Definition
LArHitFloatContainer.h:25
LArHitFloat
Class to store hit energy and time in LAr cell from G4 simulation.
Definition
LArHitFloat.h:18
Generated on
for ATLAS Offline Software by
1.17.0