#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"
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 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().
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 | |||
) |
padWidth[suid]
Definition at line 223 of file position_resolution.cxx.
References BaselineCorrection(), debug, Distance2TrackFFM(), Distance2TrackMS(), TSpadicData::fSpadicCompensated, TSpadicData::fSpadicOverFlowEvent, TSpadicData::fSpadicOverflows, TSpadicData::fSpadicPulse, TSpadicData::fSpadicUndershootsEvent, TCBMBeamtimeEvent::GetSubEvent(), HitTimeWindow(), SPADIC_TRACE_SIZE, and Statusbar().
void Statusbar | ( | Int_t | i, | |
Int_t | n | |||
) |
Definition at line 58 of file position_resolution.cxx.