ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Public Member Functions | Public Attributes | List of all members
AtProtoEvent Class Reference

#include <AtProtoEvent.h>

Inheritance diagram for AtProtoEvent:
Inheritance graph
[legend]
Collaboration diagram for AtProtoEvent:
Collaboration graph
[legend]

Public Member Functions

 AtProtoEvent ()
 
 ~AtProtoEvent ()
 
void SetEventID (Int_t evtid)
 
void AddQuadrant (AtProtoQuadrant quadrant)
 
void SetQuadrantArray (std::vector< AtProtoQuadrant > *quadrantArray)
 
AtProtoQuadrantGetQuadrant (Int_t quadrantNo)
 
std::vector< AtProtoQuadrant > * GetQuadrantArray ()
 
std::size_t GetNumQuadrants ()
 
 ClassDef (AtProtoEvent, 1)
 

Public Attributes

Int_t fEventID {}
 

Detailed Description

Definition at line 16 of file AtProtoEvent.h.

Constructor & Destructor Documentation

◆ AtProtoEvent()

AtProtoEvent::AtProtoEvent ( )

Definition at line 10 of file AtProtoEvent.cxx.

◆ ~AtProtoEvent()

AtProtoEvent::~AtProtoEvent ( )
default

Member Function Documentation

◆ AddQuadrant()

void AtProtoEvent::AddQuadrant ( AtProtoQuadrant  quadrant)

Definition at line 18 of file AtProtoEvent.cxx.

◆ ClassDef()

AtProtoEvent::ClassDef ( AtProtoEvent  ,
 
)

◆ GetNumQuadrants()

std::size_t AtProtoEvent::GetNumQuadrants ( )

Definition at line 27 of file AtProtoEvent.cxx.

◆ GetQuadrant()

AtProtoQuadrant * AtProtoEvent::GetQuadrant ( Int_t  quadrantNo)

Definition at line 32 of file AtProtoEvent.cxx.

◆ GetQuadrantArray()

std::vector< AtProtoQuadrant > * AtProtoEvent::GetQuadrantArray ( )

Definition at line 37 of file AtProtoEvent.cxx.

◆ SetEventID()

void AtProtoEvent::SetEventID ( Int_t  evtid)

Definition at line 14 of file AtProtoEvent.cxx.

◆ SetQuadrantArray()

void AtProtoEvent::SetQuadrantArray ( std::vector< AtProtoQuadrant > *  quadrantArray)

Definition at line 22 of file AtProtoEvent.cxx.

Member Data Documentation

◆ fEventID

Int_t AtProtoEvent::fEventID {}

Definition at line 29 of file AtProtoEvent.h.


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