CGEM BOSS 6.6.5.f
BESIII Offline Software System
|
#include "CgemClusterCreate/CgemClusterCreate.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/AlgFactory.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/DataSvc.h"
#include "GaudiKernel/SmartDataPtr.h"
#include "GaudiKernel/IDataProviderSvc.h"
#include "GaudiKernel/IDataManagerSvc.h"
#include "GaudiKernel/PropertyMgr.h"
#include "GaudiKernel/Bootstrap.h"
#include "GaudiKernel/IService.h"
#include "GaudiKernel/INTupleSvc.h"
#include "GaudiKernel/NTuple.h"
#include "GaudiKernel/RndmGenerators.h"
#include "EventModel/EventHeader.h"
#include "KalFitAlg/helix/Helix.h"
#include "RawEvent/RawDataUtil.h"
#include "RawDataProviderSvc/IRawDataProviderSvc.h"
#include "Identifier/CgemID.h"
#include "Identifier/Identifier.h"
#include "CgemRawEvent/CgemDigi.h"
#include "EvTimeEvent/RecEsTime.h"
#include "McTruth/McParticle.h"
#include "McTruth/CgemMcHit.h"
#include "BesTimerSvc/IBesTimerSvc.h"
#include "BesTimerSvc/BesTimerSvc.h"
#include "BesTimerSvc/BesTimer.h"
#include "ReconEvent/ReconEvent.h"
#include "CgemRecEvent/RecCgemCluster.h"
#include "CLHEP/Vector/ThreeVector.h"
#include <vector>
#include <iostream>
#include <cmath>
#include "TGraphErrors.h"
#include "TF1.h"
Go to the source code of this file.
Macros | |
#define | W_pitch 0.66 |
Variables | |
const double | a_stero [3] = {(45.94*3.14/180),(31.10*3.14/180),(32.99*3.14/180)} |
const double | w_sheet [3] = {549.78,417.097,550.614} |
const double | dw_sheet [3] = {549.78,416.26,549.78} |
const double | r_layer [3] = {87.51,132.7661,175.2661} |
const double | dr_layer [3] = {78.338,123.604,166.104} |
const int | l_layer [3] = {532,690,847} |
const int | n_sheet [3] = {1,2,2} |
const double | drift_gap = 5 |
#define W_pitch 0.66 |
Definition at line 46 of file CgemClusterCreate.cxx.
const double a_stero[3] = {(45.94*3.14/180),(31.10*3.14/180),(32.99*3.14/180)} |
Definition at line 52 of file CgemClusterCreate.cxx.
Referenced by CgemSegmentFun::GetChisqF(), CgemHitOnTrack::getFitStuff(), CgemSegmentFun::GetLikelihoodF(), CgemSegmentFun::InvC(), KalFitGemHit::KalFitGemHit(), and KalFitTrack::update_hits().
const double dr_layer[3] = {78.338,123.604,166.104} |
Definition at line 56 of file CgemClusterCreate.cxx.
const double drift_gap = 5 |
Definition at line 70 of file CgemClusterCreate.cxx.
const double dw_sheet[3] = {549.78,416.26,549.78} |
Definition at line 54 of file CgemClusterCreate.cxx.
const int l_layer[3] = {532,690,847} |
Definition at line 57 of file CgemClusterCreate.cxx.
Referenced by KalFitGemHit::KalFitGemHit().
const int n_sheet[3] = {1,2,2} |
Definition at line 58 of file CgemClusterCreate.cxx.
const double r_layer[3] = {87.51,132.7661,175.2661} |
Definition at line 55 of file CgemClusterCreate.cxx.
Referenced by CgemSegmentFun::GetChisqF(), CgemSegmentFun::GetKappaAfterFit(), CgemSegmentFun::GetLikelihoodF(), and KalFitGemHit::KalFitGemHit().
const double w_sheet[3] = {549.78,417.097,550.614} |
Definition at line 53 of file CgemClusterCreate.cxx.
Referenced by KalFitGemHit::KalFitGemHit().