ATLAS Offline Software
Loading...
Searching...
No Matches
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
10#include <vector>
11
16
17class LArHitFloatContainer: public std::vector<LArHitFloat>
18{
19
20 public:
23
26
27 inline void add (const LArHitFloat& hit)
28 {this->push_back(hit);}
29
30};
31
33
34#endif
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Container for LArHitFloat.
void add(const LArHitFloat &hit)
virtual ~LArHitFloatContainer()
desctructor
Class to store hit energy and time in LAr cell from G4 simulation.
Definition LArHitFloat.h:18