#include <DisplacedJetBeamspotInfo.h>
Definition at line 11 of file DisplacedJetBeamspotInfo.h.
◆ DisplacedJetBeamspotInfo()
| DisplacedJetBeamspotInfo::DisplacedJetBeamspotInfo |
( |
const InDet::BeamSpotData * | beamspot = nullptr | ) |
|
|
inline |
◆ is_available()
| bool DisplacedJetBeamspotInfo::is_available |
( |
| ) |
|
|
inlineprivate |
Definition at line 44 of file DisplacedJetBeamspotInfo.h.
44 {
46 return false;
47 }
48
49
50
51 int beamSpotBitMap =
m_bs_data->beamStatus();
52 bool isOnlineBeamspot = ((beamSpotBitMap & 0x4) == 0x4);
53
54
55 if(!isOnlineBeamspot){
56 return true;
57 }
58
59
60 if((beamSpotBitMap&0x3) == 0x3){
61
62 return true;
63 }
64
65 return false;
66 }
◆ sigmaX()
| float DisplacedJetBeamspotInfo::sigmaX |
( |
| ) |
|
|
inline |
◆ sigmaXY()
| float DisplacedJetBeamspotInfo::sigmaXY |
( |
| ) |
|
|
inline |
◆ sigmaY()
| float DisplacedJetBeamspotInfo::sigmaY |
( |
| ) |
|
|
inline |
◆ m_bs_data
The documentation for this class was generated from the following file: