ATLAS Offline Software
TrigTrackCountsCnvTool.h
Go to the documentation of this file.
1 // Dear emacs, this is -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 #ifndef xAODTrigMinBiasCNV_TrigTrackCountsCNVTOOL_H
8 #define xAODTrigMinBiasCNV_TrigTrackCountsCNVTOOL_H
9 
10 // Gaudi/Athena include(s):
12 
13 // Local include(s):
15 
17 
18 namespace xAODMaker {
19 
30  public virtual ITrigTrackCountsCnvTool {
31 
32  public:
34  TrigTrackCountsCnvTool( const std::string& type, const std::string& name,
35  const IInterface* parent );
36 
38  virtual StatusCode convert( const TrigTrackCountsCollection* aod,
39  xAOD::TrigTrackCountsContainer* xaod ) const override;
40 
41  }; // class TrigTrackCountsCnvTool
42 
43 } // namespace xAODMaker
44 
45 #endif // xAODTrigMinBiasCNV_TrigTrackCountsCNVTOOL_H
xAODMaker
Definition: StoreGateSvc.h:72
TrigTrackCountsCollection
Definition: TrigTrackCountsCollection.h:13
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
xAODMaker::TrigTrackCountsCnvTool
Implementation for the ITrigTrackCountsCnvTool interface.
Definition: TrigTrackCountsCnvTool.h:30
test_pyathena.parent
parent
Definition: test_pyathena.py:15
xAODMaker::ITrigTrackCountsCnvTool
Interface for the tool creating TrigTrackCountsContainer from an AOD.
Definition: ITrigTrackCountsCnvTool.h:33
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
ITrigTrackCountsCnvTool.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
xAODMaker::TrigTrackCountsCnvTool::TrigTrackCountsCnvTool
TrigTrackCountsCnvTool(const std::string &type, const std::string &name, const IInterface *parent)
Regular AlgTool constructor.
Definition: TrigTrackCountsCnvTool.cxx:18
xAODMaker::TrigTrackCountsCnvTool::convert
virtual StatusCode convert(const TrigTrackCountsCollection *aod, xAOD::TrigTrackCountsContainer *xaod) const override
Function that fills an existing xAOD::TrigTrackCountsContainer.
Definition: TrigTrackCountsCnvTool.cxx:36
AthAlgTool
Definition: AthAlgTool.h:26