ATLAS Offline Software
TrigTauClusterDetailsContainer.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 TRIGTAUCLUSTERDETAILSCONTAINER_H
6 #define TRIGTAUCLUSTERDETAILSCONTAINER_H
7 
8 
9 /*******************************************************
10 
11 NAME: TrigTauClusterDetailsContainer.h
12 PACKAGE: Trigger/TrigEvent/TrigCaloEvent
13 AUTHORS: M.P. Casado
14 
15 PURPOSE: Keep a container for the detailed variables of
16  the Calorimeter LVL2 tau Trigger.
17 DATE: January 21st, 2009
18 
19 ******************************************************/
20 // includes section
23 #include "AthenaKernel/BaseInfo.h"
24 
28 class TrigTauClusterDetailsContainer : public DataVector<TrigTauClusterDetails> {
29 
30 public:
33  void print ( void ) const;
36  void print ( MsgStream& log ) const;
37 private:
38 };
39 
40 // CLIDSvc is already loaded in base class
43 
45 
46 #endif
TrigTauClusterDetails.h
TrigTauClusterDetailsContainer::print
void print(void) const
calls TrigTauClusterDetails::print (to std::cout) for all available clusters
Definition: TrigTauClusterDetailsContainer.cxx:24
TrigTauClusterDetailsContainer
Container from TrigTauClusterDetails type objects.
Definition: TrigTauClusterDetailsContainer.h:28
BaseInfo.h
Provide an interface for finding inheritance information at run time.
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
SG_BASE
SG_BASE(TrigTauClusterDetailsContainer, DataVector< TrigTauClusterDetails >)
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
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
TrigTauClusterDetails
Definition: TrigTauClusterDetails.h:30