|
BOSS 8.0.0
BESIII Offline Software System
|
#include "AIDA/IHistogramFactory.h"#include "GaudiKernel/IDataManagerSvc.h"#include "GaudiKernel/IDataProviderSvc.h"#include "GaudiKernel/IHistogramSvc.h"#include "GaudiKernel/INTupleSvc.h"#include "GaudiKernel/ISvcLocator.h"#include "GaudiKernel/MsgStream.h"#include "GaudiKernel/PropertyMgr.h"#include "GaudiKernel/SmartDataPtr.h"#include "TTree.h"#include "math.h"#include "stdio.h"#include <algorithm>#include <fstream>#include <iostream>#include <string>#include "DedxCorrecSvc/Dedx_Helix.h"#include "EvTimeEvent/RecEsTime.h"#include "EventModel/EventHeader.h"#include "Identifier/Identifier.h"#include "Identifier/MdcID.h"#include "MdcRecEvent/RecMdcDedx.h"#include "MdcRecEvent/RecMdcDedxHit.h"#include "MdcRecEvent/RecMdcHit.h"#include "MdcRecEvent/RecMdcKalHelixSeg.h"#include "MdcRecEvent/RecMdcKalTrack.h"#include "MdcRecEvent/RecMdcTrack.h"#include "ReconEvent/ReconEvent.h"#include "MdcDedxCorrection.h"#include "MdcDedxParam.h"#include "MdcDedxRecon.h"#include "MdcDedxTrk.h"Go to the source code of this file.
Functions | |
| float | prob_ (float *, int *) |
Variables | |
| int | RunNO1 = 0 |
| int | RunNO2 |
| int | eventNo = 0 |
| int | trackNO1 = 0 |
| int | trackNO2 = 0 |
| int | trackNO3 = 0 |
| float prob_ | ( | float * | , |
| int * | ) |
| int eventNo = 0 |
Definition at line 50 of file MdcDedxRecon.cxx.
Referenced by RawDataCnvSvc::connectOutput(), DDecay::execute(), DSemilepAlg::execute(), EsTimeAlg::execute(), MdcDedxRecon::execute(), ReadRawData::execute(), T0Dummy::execute(), ValidRecMdcTrackAlg::execute(), FillValidRecMdcTrackHisto(), MdcDedxRecon::finalize(), McContext::setEventNumber(), McIterator::setEventNumber(), Single_trkeff_p(), and Single_trkeff_pt().
| int RunNO1 = 0 |
Definition at line 47 of file MdcDedxRecon.cxx.
Referenced by MdcDedxRecon::execute().
| int RunNO2 |
Definition at line 48 of file MdcDedxRecon.cxx.
Referenced by MdcDedxRecon::execute().
| int trackNO1 = 0 |
Definition at line 51 of file MdcDedxRecon.cxx.
Referenced by MdcDedxRecon::execute(), and MdcDedxRecon::finalize().
| int trackNO2 = 0 |
Definition at line 52 of file MdcDedxRecon.cxx.
Referenced by MdcDedxRecon::execute(), MdcDedxRecon::finalize(), and MdcDedxRecon::mdctrackrec().
| int trackNO3 = 0 |
Definition at line 53 of file MdcDedxRecon.cxx.
Referenced by MdcDedxRecon::execute(), MdcDedxRecon::finalize(), and MdcDedxRecon::kaltrackrec().