|
BOSS 8.0.0
BESIII Offline Software System
|
#include "GaudiKernel/MsgStream.h"#include "TCanvas.h"#include "TF1.h"#include "TFile.h"#include "TH1F.h"#include "TStyle.h"#include "TTree.h"#include <sstream>#include <string>#include "DedxCalibAlg/DedxCalibCostheta.h"Go to the source code of this file.
Macros | |
| #define | Size 700000 |
Variables | |
| const double | StepCostheta = ( CosthetaMax - CosthetaMin ) / NumBinCostheta |
| #define Size 700000 |
Definition at line 15 of file DedxCalibCostheta.cxx.
Referenced by DedxCalibCostheta::FillHists(), DedxCalibCostheta::WriteHists(), and DedxCalibMomentum::WriteHists().
| const double StepCostheta = ( CosthetaMax - CosthetaMin ) / NumBinCostheta |
Definition at line 19 of file DedxCalibCostheta.cxx.
Referenced by DedxCalibCostheta::FillHists(), and DedxCalibCostheta::WriteHists().