ATLAS Offline Software
TrigVertexCountsCnvTool.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_TrigVertexCountsCNVTOOL_H
8 #define xAODTrigMinBiasCNV_TrigVertexCountsCNVTOOL_H
9 
10 // Gaudi/Athena include(s):
12 
13 // Local include(s):
15 
16 namespace xAODMaker {
17 
28  public virtual ITrigVertexCountsCnvTool {
29 
30  public:
32  TrigVertexCountsCnvTool( const std::string& type, const std::string& name,
33  const IInterface* parent );
34 
36  virtual StatusCode convert( const TrigVertexCountsCollection* aod,
37  xAOD::TrigVertexCountsContainer* xaod ) const override;
38 
39  }; // class TrigVertexCountsCnvTool
40 
41 } // namespace xAODMaker
42 
43 #endif // xAODTrigMinBiasCNV_TrigVertexCountsCNVTOOL_H
xAODMaker::TrigVertexCountsCnvTool::convert
virtual StatusCode convert(const TrigVertexCountsCollection *aod, xAOD::TrigVertexCountsContainer *xaod) const override
Function that fills an existing xAOD::TrigVertexCountsContainer.
Definition: TrigVertexCountsCnvTool.cxx:33
xAODMaker
Definition: StoreGateSvc.h:72
xAODMaker::TrigVertexCountsCnvTool::TrigVertexCountsCnvTool
TrigVertexCountsCnvTool(const std::string &type, const std::string &name, const IInterface *parent)
Regular AlgTool constructor.
Definition: TrigVertexCountsCnvTool.cxx:15
xAODMaker::TrigVertexCountsCnvTool
Implementation for the ITrigVertexCountsCnvTool interface.
Definition: TrigVertexCountsCnvTool.h:28
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
test_pyathena.parent
parent
Definition: test_pyathena.py:15
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
ITrigVertexCountsCnvTool.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
TrigVertexCountsCollection
Definition: TrigVertexCountsCollection.h:13
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
AthAlgTool
Definition: AthAlgTool.h:26
xAODMaker::ITrigVertexCountsCnvTool
Interface for the tool creating TrigVertexCountsContainer from an AOD.
Definition: ITrigVertexCountsCnvTool.h:33