CGEM BOSS 6.6.5.g
BESIII Offline Software System
|
#include <fstream>
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/AlgFactory.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/SmartDataPtr.h"
#include "GaudiKernel/IDataProviderSvc.h"
#include "EventModel/EventHeader.h"
#include "EventModel/Event.h"
#include "EventModel/EventModel.h"
#include "EvtRecEvent/EvtRecEvent.h"
#include "EvtRecEvent/EvtRecTrack.h"
#include "EvtRecEvent/EvtRecDTag.h"
#include "EvtRecEvent/EvtRecPi0.h"
#include "EvtRecEvent/EvtRecEtaToGG.h"
#include "EvtRecEvent/EvtRecVeeVertex.h"
#include "BesDChain/CDChargedPionList.h"
#include "BesDChain/CDChargedKaonList.h"
#include "BesDChain/CDPhotonList.h"
#include "BesDChain/CDPi0List.h"
#include "BesDChain/CDEtaList.h"
#include "BesDChain/CDKsList.h"
#include "BesDChain/CDDecayList.h"
#include "McTruth/McParticle.h"
#include "ParticleID/ParticleID.h"
#include "VertexFit/VertexFit.h"
#include "VertexFit/SecondVertexFit.h"
#include "VertexFit/IVertexDbSvc.h"
#include "DTagAlg/ChargedDReconstruction.h"
#include "DTagAlg/LocalKaonSelector.h"
#include "DTagAlg/LocalPionSelector.h"
#include "DTagAlg/LocalPhotonSelector.h"
#include "DTagAlg/LocalKsSelector.h"
#include "DTagAlg/LocalPi0Selector.h"
#include "DTagAlg/LocalEtatoGGSelector.h"
#include "DTagAlg/LocalEptoPiPiEtaSelector.h"
#include "DTagAlg/LocalEptoRhoGamSelector.h"
#include "DTagAlg/LocalRhotoPiPiSelector.h"
#include "DTagAlg/ChargedDSelector.h"
#include "DTagAlg/utility.h"