Skip to content
Snippets Groups Projects
Commit 791fb41a authored by Theodore Efremov's avatar Theodore Efremov :hibiscus:
Browse files

Fixed some bug

parent b79b03d7
No related branches found
No related tags found
1 merge request!27Draft: [Epic] Preparation of the environement for the new GaseousDetectorScorers...
Pipeline #371114 passed
......@@ -6,7 +6,7 @@
*****************************************************************************/
/*****************************************************************************
* Original Author: Théodore Efremov contact address: theodore.efremov@cea.fr
* Original Author: Théodore Efremov contact address: theodore.efremov@cea.fr*
* *
* Creation Date : Nov 2024 *
* Last update : *
......
......@@ -101,8 +101,15 @@ class TTimeData : public TObject {
inline float GetTime_MWPC24(const unsigned int &i) const
{return fTime_MWPC24.at(i) ;}//!
inline UShort_t GetMWPCMult() const
{return fTS_MWPC13.size();}
inline Int_t GetMWPC13Mult() const
{return static_cast<int>(fTime_MWPC13.size());}
inline Int_t GetMWPC14Mult() const
{return static_cast<int>(fTime_MWPC14.size());}
inline Int_t GetMWPC23Mult() const
{return static_cast<int>(fTime_MWPC23.size());}
inline Int_t GetMWPC24Mult() const
{return static_cast<int>(fTime_MWPC24.size());}
//////////////////////////////////////////////////////////////
// Required for ROOT dictionnary
ClassDef(TTimeData,1) // TimeData structure
......
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