|
ATLAS Offline Software
|
Go to the documentation of this file.
10 AsgDeadHVCellRemovalTool::AsgDeadHVCellRemovalTool(
const std::string& myname) :
17 return StatusCode::SUCCESS ;
21 return StatusCode::SUCCESS;
44 if(!isSimul&& datarunnumber.
isAvailable(*eventInfo) ){
47 else if(isSimul && randomrunnumber.
isAvailable(*eventInfo) ){
51 ATH_MSG_ERROR (
"Failed, to retrieve the proper run number from event info");
66 if ( eta_calo > - 1.825
68 && phi_calo > -1.104921
69 && phi_calo < -0.956748){
77 if (eta_calo > - 1.825
79 && phi_calo > -1.104921
80 && phi_calo < -0.956748){
86 && phi_calo > 1.054922
87 && phi_calo < 1.203097){
StatusCode accept(const xAOD::Muon *mu)
Helper class to provide constant type-safe access to aux data.
@ IS_SIMULATION
true: simulation, false: data
Description of a calorimeter cluster.
::StatusCode StatusCode
StatusCode definition for legacy code.
bool retrieveMoment(MomentType type, double &value) const
Retrieve individual moment.
@ PHICALOFRAME
Phi in the calo frame (for egamma)
Class describing the basic event information.
bool isAvailable(const ELT &e) const
Test to see if this variable exists in the store.
@ ETACALOFRAME
Eta in the calo frame (for egamma)
bool eventType(EventType type) const
Check for one particular bitmask value.