CGEM BOSS 6.6.5.f
BESIII Offline Software System
|
#include "CgemDigitizerSvc/InductionGar.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/Bootstrap.h"
#include "GaudiKernel/IDataProviderSvc.h"
#include "GaudiKernel/SmartDataPtr.h"
#include "GaudiKernel/DataSvc.h"
#include "CLHEP/Units/PhysicalConstants.h"
#include "G4DigiManager.hh"
#include "Randomize.hh"
#include "G4ios.hh"
#include <iomanip>
#include <iostream>
#include <fstream>
#include <cmath>
#include "TRandom.h"
Go to the source code of this file.
Typedefs | |
typedef std::vector< int > | Vint |
Functions | |
double | rectangle2 (double t, double *x, double *y, int Npx) |
double | T_branch2 (double t) |
TH1F | Convolution_Tbranch (double *Input_Curr_plot_001) |
typedef std::vector<int> Vint |
Definition at line 24 of file InductionGar.cxx.
TH1F Convolution_Tbranch | ( | double * | Input_Curr_plot_001 | ) |
Definition at line 52 of file InductionGar.cxx.
Referenced by InductionGar::setMultiElectrons().
double rectangle2 | ( | double | t, |
double * | x, | ||
double * | y, | ||
int | Npx | ||
) |
Definition at line 29 of file InductionGar.cxx.
Referenced by Convolution_Tbranch().
double T_branch2 | ( | double | t | ) |
Definition at line 42 of file InductionGar.cxx.
Referenced by Convolution_Tbranch().