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

#include <RecPoints.h>

Public Member Functions

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

Public Attributes

int channel = -1
 
double time = -20000
 
double charge = -20000
 
int adcId = -1
 

Detailed Description

Definition at line 28 of file RecPoints.h.

Constructor & Destructor Documentation

◆ ChannelDataFloat() [1/2]

o2::fv0::ChannelDataFloat::ChannelDataFloat ( )
default

◆ ChannelDataFloat() [2/2]

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

Definition at line 36 of file RecPoints.h.

Member Function Documentation

◆ ClassDefNV()

o2::fv0::ChannelDataFloat::ClassDefNV ( ChannelDataFloat  ,
 
)

◆ print()

void ChannelDataFloat::print ( ) const

Definition at line 23 of file RecPoints.cxx.

Member Data Documentation

◆ adcId

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

Definition at line 33 of file RecPoints.h.

◆ channel

int o2::fv0::ChannelDataFloat::channel = -1

Definition at line 30 of file RecPoints.h.

◆ charge

double o2::fv0::ChannelDataFloat::charge = -20000

Definition at line 32 of file RecPoints.h.

◆ time

double o2::fv0::ChannelDataFloat::time = -20000

Definition at line 31 of file RecPoints.h.


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