ATLAS Offline Software
|
#include "GaudiKernel/ThreadLocalContext.h"
#include "StoreGate/ReadCondHandle.h"
#include "CaloIdentifier/CaloCell_ID.h"
#include "CaloIdentifier/CaloDM_ID.h"
#include "CaloIdentifier/CaloLVL1_ID.h"
#include "CaloIdentifier/LArEM_ID.h"
#include "CaloIdentifier/LArHEC_ID.h"
#include "CaloIdentifier/LArFCAL_ID.h"
#include "CaloIdentifier/LArMiniFCAL_ID.h"
#include "CaloIdentifier/LArID_Exception.h"
#include "AthenaPoolUtilities/AthenaAttributeList.h"
#include "Identifier/Range.h"
#include "Identifier/IdentifierHash.h"
#include "Identifier/HWIdentifier.h"
#include "LArIdentifier/LArOnlineID.h"
#include "LArIdentifier/LArHVLineID.h"
#include "LArIdentifier/LArElectrodeID.h"
#include "LArRecEvent/LArEventBitInfo.h"
#include "LArRawEvent/LArDigit.h"
#include "LArRawEvent/LArDigitContainer.h"
#include "LArRawEvent/LArRawChannelContainer.h"
#include "LArRecEvent/LArNoisyROSummary.h"
#include "LArRecEvent/LArCollisionTime.h"
#include "CaloConditions/CaloNoise.h"
#include "NavFourMom/IParticleContainer.h"
#include "NavFourMom/INavigable4MomentumCollection.h"
#include "CaloDetDescr/CaloDetectorElements.h"
#include "AthenaPoolUtilities/CondAttrListCollection.h"
#include "TTree.h"
#include "CLHEP/Vector/LorentzVector.h"
#include "xAODEventInfo/EventInfo.h"
#include "CaloEvent/CaloCellContainer.h"
#include "LArCafJobs/LArNoiseBursts.h"
#include <algorithm>
#include <math.h>
#include <functional>
#include <iostream>
Go to the source code of this file.
Variables | |
int | nlarcell =0 |
int | n_noisy_cell_part [8] = {0,0,0,0,0,0,0,0} |
int | n_cell_part [8] = {0,0,0,0,0,0,0,0} |
std::vector< short > | v_barrelec_noisy |
std::vector< short > | v_posneg_noisy |
std::vector< short > | v_ft_noisy |
std::vector< short > | v_slot_noisy |
std::vector< short > | v_channel_noisy |
std::vector< bool > | v_isbarrel |
std::vector< bool > | v_isendcap |
std::vector< bool > | v_isfcal |
std::vector< bool > | v_ishec |
std::vector< short > | v_layer |
std::vector< int > | v_partition |
std::vector< int > | v_noisycellHVphi |
std::vector< int > | v_noisycellHVeta |
std::vector< float > | v_energycell |
std::vector< float > | v_qfactorcell |
std::vector< float > | v_signifcell |
std::vector< float > | v_phicell |
std::vector< float > | v_etacell |
std::vector< bool > | v_isbadcell |
std::vector< IdentifierHash > | v_IdHash |
std::vector< int > | v_cellpartlayerindex |
std::vector< Identifier > | v_cellIdentifier |
std::vector< HWIdentifier > | v_onlIdentifier |
int n_cell_part[8] = {0,0,0,0,0,0,0,0} |
Definition at line 68 of file LArNoiseBursts.cxx.
int n_noisy_cell_part[8] = {0,0,0,0,0,0,0,0} |
Definition at line 67 of file LArNoiseBursts.cxx.
int nlarcell =0 |
Definition at line 66 of file LArNoiseBursts.cxx.
std::vector<short> v_barrelec_noisy |
Definition at line 69 of file LArNoiseBursts.cxx.
std::vector<Identifier> v_cellIdentifier |
Definition at line 78 of file LArNoiseBursts.cxx.
std::vector<int> v_cellpartlayerindex |
Definition at line 77 of file LArNoiseBursts.cxx.
std::vector<short> v_channel_noisy |
Definition at line 69 of file LArNoiseBursts.cxx.
std::vector<float> v_energycell |
Definition at line 73 of file LArNoiseBursts.cxx.
std::vector<float> v_etacell |
Definition at line 74 of file LArNoiseBursts.cxx.
std::vector<short> v_ft_noisy |
Definition at line 69 of file LArNoiseBursts.cxx.
std::vector<IdentifierHash> v_IdHash |
Definition at line 76 of file LArNoiseBursts.cxx.
std::vector<bool> v_isbadcell |
Definition at line 75 of file LArNoiseBursts.cxx.
std::vector<bool> v_isbarrel |
Definition at line 70 of file LArNoiseBursts.cxx.
std::vector<bool> v_isendcap |
Definition at line 70 of file LArNoiseBursts.cxx.
std::vector<bool> v_isfcal |
Definition at line 70 of file LArNoiseBursts.cxx.
std::vector<bool> v_ishec |
Definition at line 70 of file LArNoiseBursts.cxx.
std::vector<short> v_layer |
Definition at line 71 of file LArNoiseBursts.cxx.
std::vector<int> v_noisycellHVeta |
Definition at line 72 of file LArNoiseBursts.cxx.
std::vector<int> v_noisycellHVphi |
Definition at line 72 of file LArNoiseBursts.cxx.
std::vector<HWIdentifier> v_onlIdentifier |
Definition at line 79 of file LArNoiseBursts.cxx.
std::vector<int> v_partition |
Definition at line 72 of file LArNoiseBursts.cxx.
std::vector<float> v_phicell |
Definition at line 74 of file LArNoiseBursts.cxx.
std::vector<short> v_posneg_noisy |
Definition at line 69 of file LArNoiseBursts.cxx.
std::vector<float> v_qfactorcell |
Definition at line 73 of file LArNoiseBursts.cxx.
std::vector<float> v_signifcell |
Definition at line 73 of file LArNoiseBursts.cxx.
std::vector<short> v_slot_noisy |
Definition at line 69 of file LArNoiseBursts.cxx.