ARTEMIS-CRIB
 
Loading...
Searching...
No Matches
TModuleData.cc
Go to the documentation of this file.
1/**
2 * @file TModuleData.cc
3 * @brief inherit from TModuleInfo
4 * @author Kodai Okawa <okawa@cns.s.u-tokyo.ac.jp>
5 * @date 2024-01-08 17:49:53
6 * @note last modified: 2024-08-23 20:52:27
7 * @details
8 */
9
10#include "TModuleData.h"
11
13
15
16TModuleData::TModuleData(const TModuleInfo &info)
17 : art::TModuleInfo(info), fNCh(0), fMod(-1) {
18}
19
22
24 : art::TModuleInfo(rhs) {
25}
26
28 if (this != &rhs) {
29 }
30 return *this;
31}
ClassImp(TModuleData)
inherit from TModuleInfo
TModuleData & operator=(const TModuleData &rhs)
TModuleData(const TModuleInfo &info)
return to the guide