ATLAS Offline Software
Loading...
Searching...
No Matches
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
11NAME: TrigTauClusterDetailsContainer.h
12PACKAGE: Trigger/TrigEvent/TrigCaloEvent
13AUTHORS: M.P. Casado
14
15PURPOSE: Keep a container for the detailed variables of
16 the Calorimeter LVL2 tau Trigger.
17DATE: January 21st, 2009
18
19******************************************************/
20// includes section
24
28class TrigTauClusterDetailsContainer : public DataVector<TrigTauClusterDetails> {
29
30public:
33 void print ( void ) const;
36 void print ( MsgStream& log ) const;
37private:
38};
39
40// CLIDSvc is already loaded in base class
43
45
46#endif
Provide an interface for finding inheritance information at run time.
#define SG_BASE(D, B)
Declare that class D derives from class B.
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
An STL vector of pointers that by default owns its pointed-to elements.
Derived DataVector<T>.
Definition DataVector.h:795
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
Container from TrigTauClusterDetails type objects.
void print(void) const
calls TrigTauClusterDetails::print (to std::cout) for all available clusters