ATLAS Offline Software
TileCellDigitAssociationTool.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 /*
6  * File: TileCellDigitAssociationTool.h
7  * Author: Stephen Cole <stephen.cole@cern.ch>
8  *
9  * Created on October 31, 2011, 11:23 AM
10  */
11 
12 #ifndef TILECELLDIGITASSOCIATIONTOOL_H
13 #define TILECELLDIGITASSOCIATIONTOOL_H
14 
17 #include "CaloEvent/CaloCell.h"
18 
19 #include "SGTileDigitsGetterTool.h"
20 
21 class TileHWID;
22 class TileDigits;
23 
24 namespace D3PD{
25 
27  : public MultiAssociationTool<CaloCell,TileDigits> {
28 public:
31 
38  TileCellDigitAssociationTool(const std::string& type,
39  const std::string& name, const IInterface* parent);
40 
42 
44 
50  virtual StatusCode reset (const CaloCell& p);
51 
56  virtual const TileDigits* next();
57 
58 private:
60  std::string m_tileDigitKey;
64 
65 };
66 
67 }
68 
69 #endif /* TILECELLDIGITASSOCIATIONTOOL_H */
70 
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
MultiAssociationTool.h
Type-safe wrapper for multiple-target associator tools.
D3PD::TileCellDigitAssociationTool::reset
virtual StatusCode reset(const CaloCell &p)
Return the target object.
Definition: TileCellDigitAssociationTool.cxx:46
D3PD::TileCellDigitAssociationTool::Base
MultiAssociationTool< CaloCell, TileDigits > Base
Definition: TileCellDigitAssociationTool.h:29
CaloCell.h
D3PD::TileCellDigitAssociationTool::TileCellDigitAssociationTool
TileCellDigitAssociationTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard Gaudi tool constructor.
Definition: TileCellDigitAssociationTool.cxx:24
D3PD::MultiAssociationTool
Type-safe wrapper for multiple-target associator tools.
Definition: MultiAssociationTool.h:158
D3PD::TileCellDigitAssociationTool::~TileCellDigitAssociationTool
virtual ~TileCellDigitAssociationTool()
Definition: TileCellDigitAssociationTool.cxx:35
HWIdentifier
Definition: HWIdentifier.h:13
D3PD::TileCellDigitAssociationTool::m_adcId1
HWIdentifier m_adcId1
Definition: TileCellDigitAssociationTool.h:62
TileHWID
Helper class for TileCal online (hardware) identifiers.
Definition: TileHWID.h:49
D3PD
Block filler tool for noisy FEB information.
Definition: InnerDetector/InDetMonitoring/InDetGlobalMonitoring/macros/EnhancedPrimaryVertexMonitoring/TrigD3PD/ChainGroup.h:21
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
D3PD::SGTileDigitsGetterTool
Definition: SGTileDigitsGetterTool.h:22
test_pyathena.parent
parent
Definition: test_pyathena.py:15
D3PD::TileCellDigitAssociationTool::m_nDigitReturned
int m_nDigitReturned
Definition: TileCellDigitAssociationTool.h:63
D3PD::TileCellDigitAssociationTool::m_tilehwid
const TileHWID * m_tilehwid
Definition: TileCellDigitAssociationTool.h:61
D3PD::TileCellDigitAssociationTool::initialize
StatusCode initialize()
Definition: TileCellDigitAssociationTool.cxx:38
HWIdentifier.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
TileDigits
Definition: TileDigits.h:30
D3PD::TileCellDigitAssociationTool::m_tileDigitKey
std::string m_tileDigitKey
Definition: TileCellDigitAssociationTool.h:60
D3PD::TileCellDigitAssociationTool
Definition: TileCellDigitAssociationTool.h:27
D3PD::TileCellDigitAssociationTool::next
virtual const TileDigits * next()
Return a pointer to the next element in the association.
Definition: TileCellDigitAssociationTool.cxx:87
CaloCell
Data object for each calorimeter readout cell.
Definition: CaloCell.h:57
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
D3PD::TileCellDigitAssociationTool::m_digitGetter
Getter m_digitGetter
Definition: TileCellDigitAssociationTool.h:59
D3PD::TileCellDigitAssociationTool::m_adcId2
HWIdentifier m_adcId2
Definition: TileCellDigitAssociationTool.h:62
D3PD::TileCellDigitAssociationTool::Getter
SGTileDigitsGetterTool Getter
Definition: TileCellDigitAssociationTool.h:30
SGTileDigitsGetterTool.h