Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NeuRad_tests
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vratislav Chudoba
NeuRad_tests
Commits
de01b6ad
Commit
de01b6ad
authored
Apr 17, 2017
by
Muzalevsky I.A
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge
parent
422bae7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
4 deletions
+14
-4
AEvent.h
dataClasses/AEvent.h
+14
-4
No files found.
dataClasses/AEvent.h
View file @
de01b6ad
...
...
@@ -46,13 +46,16 @@ private:
Double_t
fTimeMid
;
//time point between fTime90 and fTime10
Double_t
fAmpMid
;
//amplitude in fTimeMid point. Used in ToT on 50% of rising edge determination
Double_t
fToT
;
Double_t
fTimeLast
;
//!
TArrayD
fAmpCFD
;
//array for CFD amplitudes (attenuated, inversed and delayed)
Double_t
fTimeCFD
;
//zero-crossing time
Double_t
fChargeCFD
;
//!
Double_t
fChargeCFD
;
Double_t
fChargeLED
;
//charge of the signal in Coulomb
Double_t
fChargeTF
;
//
Double_t
fTimeThresh
;
// time of thresh crossing rising edge
Double_t
fTimeThreshBack
;
// time of threshBack crossing
Double_t
fTimeLED
;
//time of LED threshold crossing
Double_t
fTimeFront
;
//time of front fit crossing zero level
...
...
@@ -86,10 +89,16 @@ public:
Double_t
GetEdgeXi
();
Double_t
GetfChargeCFD
();
Double_t
GetfChargeTF
();
Double_t
GetfCFD
();
Double_t
GetfLED
();
Double_t
GetfThresh
();
Double_t
GetOnefTime
(
Int_t
i
);
Double_t
GetOnefAmpPos
(
Int_t
i
);
...
...
@@ -153,10 +162,11 @@ public:
//void SetLED(Double_t threshold = 0.001);
void
SetLED
(
Double_t
threshold
=
0
.
0
2
);
void
SetLED
(
Double_t
threshold
=
0
.
0
1
);
//leading edge discriminator
void
SetThreshold
(
Double_t
thresholdBack
=
0
.
035
,
Double_t
threshRise
=
0
.
01
);
private
:
void
Init
();
void
SetMaxAmplitudes
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment