Project
Loading...
Searching...
No Matches
o2::fdd::ChannelDataFloat Struct Reference

#include <RecPoint.h>

Public Member Functions

 ChannelDataFloat ()=default
 
 ChannelDataFloat (int Channel, double Time, double Charge, int AdcId)
 
void print () const
 
 ClassDefNV (ChannelDataFloat, 1)
 

Public Attributes

int mPMNumber = -1
 
int adcId = -1
 
double mTime = -20000
 
double mChargeADC = -20000
 

Detailed Description

Definition at line 28 of file RecPoint.h.

Constructor & Destructor Documentation

◆ ChannelDataFloat() [1/2]

o2::fdd::ChannelDataFloat::ChannelDataFloat ( )
default

◆ ChannelDataFloat() [2/2]

o2::fdd::ChannelDataFloat::ChannelDataFloat ( int  Channel,
double  Time,
double  Charge,
int  AdcId 
)
inline

Definition at line 36 of file RecPoint.h.

Member Function Documentation

◆ ClassDefNV()

o2::fdd::ChannelDataFloat::ClassDefNV ( ChannelDataFloat  ,
 
)

◆ print()

void o2::fdd::ChannelDataFloat::print ( ) const

Member Data Documentation

◆ adcId

int o2::fdd::ChannelDataFloat::adcId = -1

Definition at line 31 of file RecPoint.h.

◆ mChargeADC

double o2::fdd::ChannelDataFloat::mChargeADC = -20000

Definition at line 33 of file RecPoint.h.

◆ mPMNumber

int o2::fdd::ChannelDataFloat::mPMNumber = -1

Definition at line 30 of file RecPoint.h.

◆ mTime

double o2::fdd::ChannelDataFloat::mTime = -20000

Definition at line 32 of file RecPoint.h.


The documentation for this struct was generated from the following file: