Defines | Functions

beamtime/cern-oct11/go4/AnalysisMacros/position_resolution.cxx File Reference

(r4864/r2584)

#include <iostream>
#include <string>
#include <typeinfo>
#include <vector>
#include "Riostream.h"
#include "TRint.h"
#include "TROOT.h"
#include "TStyle.h"
#include "TH2.h"
#include "TH1.h"
#include "TF1.h"
#include "TGraph.h"
#include "TMultiGraph.h"
#include "TCanvas.h"
#include "TProfile.h"
#include "TStopwatch.h"
#include "TFile.h"
#include "TTree.h"
#include "TBranch.h"
#include "TMath.h"
#include "TLegend.h"
#include "TColor.h"
#include "TText.h"
#include "TKey.h"
#include "TLatex.h"
#include "TRocEvent.h"
#include "roc/Message.h"
#include "TSpadicEvent.h"
#include "TMbsCrateEvent.h"
#include "TBeamMonitorEvent.h"
#include "TCernOct11UnpackEvent.h"
Include dependency graph for position_resolution.cxx:

Go to the source code of this file.

Defines

#define NUM_SPADIC_CHA   8
#define SPADIC_TRACE_SIZE   45
#define SPADIC_ADC_MAX   255
#define noBaselineTB   5

Functions

void Statusbar (Int_t i, Int_t n)
void BaselineCorrection (Double_t pulse[NUM_SPADIC_CHA][SPADIC_TRACE_SIZE])
Bool_t Distance2TrackFFM (Double_t x[8], Double_t distance[8])
Bool_t Distance2TrackMS (Double_t x[8], Double_t distance[8])
void position_resolution (TString nameFileSet, Bool_t debug=0)

Define Documentation

#define noBaselineTB   5

Definition at line 54 of file position_resolution.cxx.

#define NUM_SPADIC_CHA   8

Definition at line 51 of file position_resolution.cxx.

#define SPADIC_ADC_MAX   255

Definition at line 53 of file position_resolution.cxx.

#define SPADIC_TRACE_SIZE   45

Definition at line 52 of file position_resolution.cxx.

Referenced by position_resolution().


Function Documentation

void BaselineCorrection ( Double_t  pulse[NUM_SPADIC_CHA][SPADIC_TRACE_SIZE]  ) 

Definition at line 70 of file position_resolution.cxx.

Referenced by position_resolution(), and readtree_spadic().

Bool_t Distance2TrackFFM ( Double_t  x[8],
Double_t  distance[8] 
)

Definition at line 83 of file position_resolution.cxx.

Referenced by position_resolution(), and readtree_spadic().

Bool_t Distance2TrackMS ( Double_t  x[8],
Double_t  distance[8] 
)

Definition at line 152 of file position_resolution.cxx.

Referenced by position_resolution(), and readtree_spadic().

void position_resolution ( TString  nameFileSet,
Bool_t  debug = 0 
)
void Statusbar ( Int_t  i,
Int_t  n 
)

Definition at line 58 of file position_resolution.cxx.