MIDAS
Loading...
Searching...
No Matches
TR_PARAM Struct Reference
Collaboration diagram for TR_PARAM:

Public Attributes

INT transition
 
INT run_number
 
charerrstr
 
INT errstr_size
 
INT async_flag
 
INT debug_flag
 
std::atomic_int status {0}
 
std::atomic_bool finished {false}
 
std::atomic< std::thread * > thread {NULL}
 

Detailed Description

Definition at line 289 of file midas.cxx.

Member Data Documentation

◆ async_flag

INT TR_PARAM::async_flag

Definition at line 295 of file midas.cxx.

◆ debug_flag

INT TR_PARAM::debug_flag

Definition at line 296 of file midas.cxx.

◆ errstr

char* TR_PARAM::errstr

Definition at line 293 of file midas.cxx.

◆ errstr_size

INT TR_PARAM::errstr_size

Definition at line 294 of file midas.cxx.

◆ finished

std::atomic_bool TR_PARAM::finished {false}

Definition at line 298 of file midas.cxx.

298{false};

◆ run_number

INT TR_PARAM::run_number

Definition at line 292 of file midas.cxx.

◆ status

std::atomic_int TR_PARAM::status {0}

Definition at line 297 of file midas.cxx.

297{0};

◆ thread

std::atomic<std::thread*> TR_PARAM::thread {NULL}

Definition at line 299 of file midas.cxx.

299{NULL};
TH1X EXPRT * h1_book(const char *name, const char *title, int bins, double min, double max)
Definition rmidas.h:24

◆ transition

INT TR_PARAM::transition

Definition at line 291 of file midas.cxx.


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