BOSS 7.0.8
BESIII Offline Software System
|
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/AlgFactory.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/SmartDataPtr.h"
#include "GaudiKernel/SmartDataLocator.h"
#include "GaudiKernel/IDataProviderSvc.h"
#include "GaudiKernel/PropertyMgr.h"
#include "EventModel/EventHeader.h"
#include "EventModel/EventModel.h"
#include "ReconEvent/ReconEvent.h"
#include "McTruth/McParticle.h"
#include "McTruth/TofMcHit.h"
#include "RawDataProviderSvc/TofData.h"
#include "DstEvent/TofHitStatus.h"
#include "EvTimeEvent/RecEsTime.h"
#include "ExtEvent/RecExtTrack.h"
#include "TofRecEvent/RecTofTrack.h"
#include "TofRecEvent/RecBTofCalHit.h"
#include "TofRecEvent/RecETofCalHit.h"
#include "TofRecEvent/RecBTofHit.h"
#include "TofRecEvent/RecETofHit.h"
#include "TofGeomSvc/ITofGeomSvc.h"
#include "TofCaliSvc/ITofCaliSvc.h"
#include "RawDataProviderSvc/IRawDataProviderSvc.h"
#include "TofEnergyRec/TofEnergyRec.h"
#include "TofEnergyRec/TofShower.h"
#include <iostream>
Go to the source code of this file.
Variables | |
IRawDataProviderSvc * | tofDigiSvc |
IRawDataProviderSvc* tofDigiSvc |
Definition at line 43 of file TofEnergyRec.cxx.
Referenced by TofEnergyRec::execute(), TofRec::execute(), TofEnergyCalib::execute(), and TofRec::initialize().