ATLAS Offline Software
Loading...
Searching...
No Matches
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
18namespace 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
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
Interface for the tool creating TrigTrackCountsContainer from an AOD.
virtual StatusCode convert(const TrigTrackCountsCollection *aod, xAOD::TrigTrackCountsContainer *xaod) const override
Function that fills an existing xAOD::TrigTrackCountsContainer.
TrigTrackCountsCnvTool(const std::string &type, const std::string &name, const IInterface *parent)
Regular AlgTool constructor.
TrigTrackCountsContainer_v1 TrigTrackCountsContainer