ATLAS Offline Software
|
#include <cstdio>
#include <sys/time.h>
#include "McParticleEvent/TruthParticleContainer.h"
#include "GeneratorObjects/McEventCollection.h"
#include "AtlasHepMC/GenEvent.h"
#include "AtlasHepMC/GenVertex.h"
#include "AtlasHepMC/GenParticle.h"
#include "EventInfo/EventInfo.h"
#include "EventInfo/EventID.h"
#include "xAODEventInfo/EventInfo.h"
#include "TrigInDetAnalysis/TIDDirectory.h"
#include "TrigInDetAnalysisUtils/TIDARoiDescriptorBuilder.h"
#include "TrigInDetAnalysis/Filter_AcceptAll.h"
#include "TrigInDetAnalysisUtils/Filter_etaPT.h"
#include "TrigInDetAnalysisUtils/Filter_RoiSelector.h"
#include "TrigInDetAnalysisUtils/Filters.h"
#include "TrigInDetAnalysisExample/AnalysisConfig_Ntuple.h"
#include "TrkParameters/TrackParameters.h"
#include "TrkTrack/TrackCollection.h"
#include "TrkTrack/Track.h"
#include "VxVertex/VxContainer.h"
#include "muonEvent/MuonContainer.h"
#include "egammaEvent/ElectronContainer.h"
#include "tauEvent/TauJetContainer.h"
#include "TrigSteeringEvent/HLTResult.h"
#include "TrigDecisionTool/ExpertMethods.h"
#include "TrigSteeringEvent/TrigRoiDescriptorCollection.h"
#include "xAODTracking/TrackParticle.h"
#include "xAODTracking/TrackParticleContainer.h"
Go to the source code of this file.
Macros | |
#define | endmsg endmsg |
Functions | |
std::string | date () |
sadly, includes a return at the end More... | |
HepMC::ConstGenParticlePtr | fromParent (int pdg_id, HepMC::ConstGenParticlePtr p, bool printout=false) |
template<class T > | |
void | remove_duplicates (std::vector< T > &vec) |
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
Definition in file AnalysisConfig_Ntuple.cxx.
#define endmsg endmsg |
Definition at line 64 of file AnalysisConfig_Ntuple.cxx.
std::string date | ( | ) |
HepMC::ConstGenParticlePtr fromParent | ( | int | pdg_id, |
HepMC::ConstGenParticlePtr | p, | ||
bool | printout = false |
||
) |
recursive stopping conditions
recursive stopping conditions
recursive stopping conditions
Definition at line 78 of file AnalysisConfig_Ntuple.cxx.