|
BOSS 7.1.1
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 "GaudiKernel/PropertyMgr.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 "DTagAlg/DsReconstruction.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/LocalEtatoPiPiPi0Selector.h"#include "DTagAlg/LocalEptoPiPiEtaSelector.h"#include "DTagAlg/LocalEptoPiPiEta3PiSelector.h"#include "DTagAlg/LocalEptoRhoGamSelector.h"#include "DTagAlg/LocalRhotoPiPiSelector.h"#include "DTagAlg/DsSelector.h"#include "DTagAlg/utility.h"