ATLAS Offline Software
MBTSModule_v1.h
Go to the documentation of this file.
1 // Dear emacs, this is -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 #ifndef XAODFORWARD_VERSIONS_MBTSMODULES_V1_H
8 #define XAODFORWARD_VERSIONS_MBTSMODULES_V1_H
9 
10 // EDM include(s):
12 #include <stdint.h>
13 
14 namespace xAOD {
18  class MBTSModule_v1 : public SG::AuxElement {
19 
20  public:
22  MBTSModule_v1();
23 
24  float e() const;
25  void setE( float val_e);
26 
27  float eta() const;
28  void setEta( float val_eta);
29 
30  float phi() const;
31  void setPhi( float val_phi);
32 
33  float time() const;
34  void setTime( float val_time);
35 
36  int mbtsQuality() const;
37  void setMbtsQuality( int val_quality);
38 
39  int type() const;
40  void setType( int val_type);
41 
42  int mbtsModule() const;
43  void setMbtsModule( int val_module);
44 
45  int channel() const;
46  void setChannel( int val_channel);
47 
48  }; // class MBTSModule_v1
49 
50 } // namespace xAOD
51 
52 // Declare the inheritance of the class:
53 #include "xAODCore/BaseInfo.h"
55 
56 #endif // XAODFORWARD_VERSIONS_MBTSMODULES_V1_H
xAOD::MBTSModule_v1::setTime
void setTime(float val_time)
xAOD::MBTSModule_v1::mbtsModule
int mbtsModule() const
xAOD::MBTSModule_v1::setMbtsQuality
void setMbtsQuality(int val_quality)
SG::AuxElement
Base class for elements of a container that can have aux data.
Definition: AuxElement.h:446
xAOD::MBTSModule_v1
add description
Definition: MBTSModule_v1.h:18
xAOD::MBTSModule_v1::MBTSModule_v1
MBTSModule_v1()
Default constructor.
Definition: MBTSModule_v1.cxx:13
BaseInfo.h
SG_BASE
SG_BASE(xAOD::MBTSModule_v1, SG::AuxElement)
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::MBTSModule_v1::setMbtsModule
void setMbtsModule(int val_module)
xAOD::MBTSModule_v1::channel
int channel() const
xAOD::MBTSModule_v1::mbtsQuality
int mbtsQuality() const
xAOD::MBTSModule_v1::setPhi
void setPhi(float val_phi)
xAOD::MBTSModule_v1::time
float time() const
xAOD::MBTSModule_v1::e
float e() const
xAOD::MBTSModule_v1::setType
void setType(int val_type)
xAOD::MBTSModule_v1::setChannel
void setChannel(int val_channel)
xAOD::MBTSModule_v1::phi
float phi() const
xAOD::MBTSModule_v1::setE
void setE(float val_e)
xAOD::MBTSModule_v1::setEta
void setEta(float val_eta)
xAOD::MBTSModule_v1::type
int type() const
xAOD::MBTSModule_v1::eta
float eta() const
AuxElement.h
Base class for elements of a container that can have aux data.