Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
JAANET::JTrk_t Struct Reference

Auxiliary class to set-up Trk. More...

#include <JTrk_t.hh>

Inheritance diagram for JAANET::JTrk_t:

Public Member Functions

 JTrk_t (const int id, const int type, const int origin, const Vec &pos, const Vec &dir, const double t, const double E)
 Constructor. More...
 

Detailed Description

Auxiliary class to set-up Trk.

Definition at line 19 of file JTrk_t.hh.

Constructor & Destructor Documentation

JAANET::JTrk_t::JTrk_t ( const int  id,
const int  type,
const int  origin,
const Vec &  pos,
const Vec &  dir,
const double  t,
const double  E 
)
inline

Constructor.

Parameters
ididentifier
typetype
originorigin
posposition
dirdirection
ttime [ns]
Eenergy [GeV]

Definition at line 33 of file JTrk_t.hh.

40  {
41  this->id = id;
42  this->type = type;
43  //this->origin = origin;
44  this->pos = pos;
45  this->dir = dir;
46  this->t = t;
47  this->E = E;
48  }

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