CGEM BOSS 6.6.5.g
BESIII Offline Software System
Loading...
Searching...
No Matches
CgemClusterCreate.cxx File Reference
#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
 

Macro Definition Documentation

◆ W_pitch

#define W_pitch   0.66

Definition at line 46 of file CgemClusterCreate.cxx.

Variable Documentation

◆ a_stero

const double a_stero[3] = {(45.94*3.14/180),(31.10*3.14/180),(32.99*3.14/180)}

◆ dr_layer

const double dr_layer[3] = {78.338,123.604,166.104}

Definition at line 56 of file CgemClusterCreate.cxx.

◆ drift_gap

const double drift_gap = 5

Definition at line 70 of file CgemClusterCreate.cxx.

◆ dw_sheet

const double dw_sheet[3] = {549.78,416.26,549.78}

Definition at line 54 of file CgemClusterCreate.cxx.

◆ l_layer

const int l_layer[3] = {532,690,847}

Definition at line 57 of file CgemClusterCreate.cxx.

Referenced by KalFitGemHit::KalFitGemHit().

◆ n_sheet

const int n_sheet[3] = {1,2,2}

Definition at line 58 of file CgemClusterCreate.cxx.

◆ r_layer

const double r_layer[3] = {87.51,132.7661,175.2661}

◆ w_sheet

const double w_sheet[3] = {549.78,417.097,550.614}

Definition at line 53 of file CgemClusterCreate.cxx.

Referenced by KalFitGemHit::KalFitGemHit().