ATLAS Offline Software
ITGC_RodDecoder.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 // ITGC_RodDecoder.h, (c) ATLAS Detector software
8 #ifndef MUONTGC_CNVTOOLS_IMUONTGC_RODDECODER_H
9 #define MUONTGC_CNVTOOLS_IMUONTGC_RODDECODER_H
10 
11 #include "GaudiKernel/IAlgTool.h"
13 
14 class TgcRdoContainer;
15 
16 //using OFFLINE_FRAGMENTS_NAMESPACE::ROBFragment;
17 
18 namespace Muon
19 {
25  class ITGC_RodDecoder : virtual public IAlgTool
26  {
27  public:
29 
32 
33  };
34 
35 } // end of namespace
36 
37 #endif // MUONTGC_CNVTOOLS_IMUONTGC_RODDECODER_H
Muon::ITGC_RodDecoder
Definition: ITGC_RodDecoder.h:26
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
TgcRdoContainer
Definition: TgcRdoContainer.h:25
eformat::ROBFragment
Definition: L1CaloBsDecoderUtil.h:12
RawEvent.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
Muon::ITGC_RodDecoder::fillCollection
virtual StatusCode fillCollection(const OFFLINE_FRAGMENTS_NAMESPACE::ROBFragment &robFrag, TgcRdoContainer &rdoIdc) const =0
Convert ROBFragments to RDOs.
Muon::ITGC_RodDecoder::DeclareInterfaceID
DeclareInterfaceID(ITGC_RodDecoder, 1, 0)