Skip to content
Snippets Groups Projects
Commit 709dd62c authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Cleanup of commented-out includes of the old EventInfo

Several commented-out includes of the old EventInfo have been removed,
such that they won't show up in the search results
parent 5383c1a0
No related branches found
No related tags found
No related merge requests found
/* /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
*/ */
/////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////
...@@ -11,16 +11,9 @@ ...@@ -11,16 +11,9 @@
#include "GaudiKernel/Property.h" #include "GaudiKernel/Property.h"
// #include "EventInfo/EventInfo.h"
#include "GeneratorObjects/McEventCollection.h" #include "GeneratorObjects/McEventCollection.h"
#include "AthenaKernel/errorcheck.h" #include "AthenaKernel/errorcheck.h"
// #include "InDetIdentifier/PixelID.h"
// #include "InDetSimEvent/SiHitCollection.h"
// #include "InDetSimEvent/TRTUncompressedHitCollection.h"
// #include "TrackRecord/TrackRecordCollection.h"
G4InputLoader::G4InputLoader( const std::string& name, G4InputLoader::G4InputLoader( const std::string& name,
ISvcLocator* pSvcLocator ) : ISvcLocator* pSvcLocator ) :
::AthAlgorithm( name, pSvcLocator ), m_mcTruth("GEN_EVENT") ::AthAlgorithm( name, pSvcLocator ), m_mcTruth("GEN_EVENT")
......
/* /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
*/ */
// ************************************************ // ************************************************
...@@ -19,23 +19,6 @@ ...@@ -19,23 +19,6 @@
#include "TrigBjetHypo/TrigBjetTagger.h" #include "TrigBjetHypo/TrigBjetTagger.h"
#include "TrigBjetHypo/TuningLikelihood.h" #include "TrigBjetHypo/TuningLikelihood.h"
//#include "TrigInDetEvent/TrigInDetTrackCollection.h"
//#include "Particle/TrackParticleContainer.h"
//#include "TrigInDetEvent/TrigVertexCollection.h"
//#include "VxVertex/VxContainer.h"
//#include "VxSecVertex/VxSecVertexInfo.h"
//#include "VxSecVertex/VxSecVKalVertexInfo.h"
//#include "TrigSteeringEvent/TrigRoiDescriptor.h"
//#include "EventInfo/EventInfo.h"
//#include "EventInfo/EventID.h"
//#include "TrigParticle/TrigL2BjetContainer.h"
//#include "TrigParticle/TrigEFBjetContainer.h"
//#include "TrigInDetEvent/TrigVertex.h"
//** ----------------------------------------------------------------------------------------------------------------- **// //** ----------------------------------------------------------------------------------------------------------------- **//
......
// -*- C++ -*- // -*- C++ -*-
/* /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
*/ */
/************************************************************************** /**************************************************************************
...@@ -18,30 +18,16 @@ ...@@ -18,30 +18,16 @@
** **
**************************************************************************/ **************************************************************************/
//#include "TrigMuonEvent/CombinedMuonFeature.h"
#include "TrigL2BMuMuHypo.h" #include "TrigL2BMuMuHypo.h"
//#include "TrigParticle/TrigL2BphysContainer.h"
//
//#include "StoreGate/StoreGateSvc.h"
//#include "StoreGate/DataHandle.h"
#include <math.h> #include <math.h>
//#include "EventInfo/EventInfo.h"
//#include "EventInfo/EventID.h"
//#include "TrigSteeringEvent/TrigPassBits.h"
#include "xAODTrigger/TrigPassBits.h" #include "xAODTrigger/TrigPassBits.h"
#include "TrigNavigation/Navigation.h" #include "TrigNavigation/Navigation.h"
#include "TrigBphysHelperUtilsTool.h" #include "TrigBphysHelperUtilsTool.h"
// additions of xAOD objects
//#include "xAODEventInfo/EventInfo.h"
#include "xAODTrigBphys/TrigBphys.h" #include "xAODTrigBphys/TrigBphys.h"
#include "xAODTrigBphys/TrigBphysContainer.h" #include "xAODTrigBphys/TrigBphysContainer.h"
//class ISvcLocator;
TrigL2BMuMuHypo::TrigL2BMuMuHypo(const std::string & name, ISvcLocator* pSvcLocator): TrigL2BMuMuHypo::TrigL2BMuMuHypo(const std::string & name, ISvcLocator* pSvcLocator):
HLT::HypoAlgo(name, pSvcLocator) HLT::HypoAlgo(name, pSvcLocator)
,m_bphysHelperTool("TrigBphysHelperUtilsTool") ,m_bphysHelperTool("TrigBphysHelperUtilsTool")
......
/* /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
*/ */
// C/C++ // C/C++
...@@ -10,9 +10,6 @@ ...@@ -10,9 +10,6 @@
#include "StoreGate/StoreGateSvc.h" #include "StoreGate/StoreGateSvc.h"
// Reconstruction and MC // Reconstruction and MC
// #include "EventInfo/EventInfo.h"
// #include "EventInfo/EventType.h"
// #include "EventInfo/PileUpEventInfo.h" // Old - not migrated to xAOD
#include "GeneratorObjects/McEventCollection.h" #include "GeneratorObjects/McEventCollection.h"
#include "TruthHelper/IsGenStable.h" #include "TruthHelper/IsGenStable.h"
#include "TruthHelper/PileUpType.h" #include "TruthHelper/PileUpType.h"
......
...@@ -21,11 +21,6 @@ ...@@ -21,11 +21,6 @@
#include <stdint.h> #include <stdint.h>
#include "AthenaBaseComps/AthAlgTool.h" #include "AthenaBaseComps/AthAlgTool.h"
/* Needed to extract the evnum */
//#include "EventInfo/EventInfo.h"
//#include "EventInfo/EventID.h"
//#include "StoreGate/StoreGateSvc.h"
/* To be able to use OFFLINE_FRAGMENTS_NAMESPACE */ /* To be able to use OFFLINE_FRAGMENTS_NAMESPACE */
#include "ByteStreamData/RawEvent.h" #include "ByteStreamData/RawEvent.h"
#include "ByteStreamData/ROBData.h" #include "ByteStreamData/ROBData.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment