BOSS 7.0.6
BESIII Offline Software System
|
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/AlgFactory.h"
#include "GaudiKernel/IDataProviderSvc.h"
#include "GaudiKernel/SmartDataPtr.h"
#include "GaudiKernel/Algorithm.h"
#include "EventModel/Event.h"
#include "EventModel/EventModel.h"
#include "RawEvent/DigiEvent.h"
#include "MdcRawEvent/MdcDigi.h"
#include "RootCnvSvc/Util.h"
#include "TROOT.h"
#include "TFile.h"
#include "TTree.h"
#include "TChain.h"
#include "TDirectory.h"
#include "TObjArray.h"
#include "TCollection.h"
#include "DigiRootData/DigiEvent.h"
#include "RootIO/IRootIoSvc.h"
Go to the source code of this file.
Classes | |
class | digiRootReaderAlg |
Reads Digitization data from a persistent ROOT file and stores the the data in the TDS. Based on digiRootReaderAlg of Glast. More... | |
Variables | |
const IAlgFactory & | digiRootReaderAlgFactory = Factory |
const IAlgFactory& digiRootReaderAlgFactory = Factory |
Definition at line 82 of file digiRootReaderAlg.h.