Skip to content
Snippets Groups Projects
Commit 227650d5 authored by drslebedev's avatar drslebedev
Browse files

Add comment about ToT variable in RichDigi class.

parent a81bd205
No related branches found
No related tags found
1 merge request!486Add comment about ToT variable in RichDigi class.
Pipeline #12997 passed
...@@ -100,7 +100,8 @@ private: ...@@ -100,7 +100,8 @@ private:
Double_t fTime; Double_t fTime;
/** /**
* \brief Time-over-threshold, pulse width * \brief Time-over-threshold, pulse width.
* This variable is only used in real data analysis, for the simulation it is set to 0.
*/ */
Double_t fToT; Double_t fToT;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment