LArSoft
v09_93_00
Liquid Argon Software toolkit - https://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
LArSoft
Liquid argon TPC simulation, reconstruction and analysis toolkit
Purpose of this directory
Examples
keras2cpp
larfinder
nufinder
Contributing to Geant4
Geant4Py
Test Modules
ZeroMQ Interface for Geant4
MPI/Examples : exMPI01
MPI/Examples : exMPI02
MPI/Examples : exMPI03
MPI/Examples : exMPI04
Geant4 MPI Interface
Todo List
Deprecated List
Bug List
Modules
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
HLTenums.h
Go to the documentation of this file.
1
#ifndef canvas_Persistency_Common_HLTenums_h
2
#define canvas_Persistency_Common_HLTenums_h
3
// vim: set sw=2 expandtab :
4
5
namespace
art::hlt
{
6
enum
HLTState
{
7
Ready
= 0,
// not yet run
8
Pass
= 1,
// accepted
9
Fail
= 2,
// rejected
10
Exception
= 3,
// threw an exception
11
N_STATES
= 4
12
};
13
}
14
15
#endif
/* canvas_Persistency_Common_HLTenums_h */
16
17
// Local Variables:
18
// mode: c++
19
// End:
art::hlt
Definition:
HLTenums.h:5
art::hlt::HLTState
HLTState
Definition:
HLTenums.h:6
art::hlt::Ready
Definition:
HLTenums.h:7
art::Exception
cet::coded_exception< errors::ErrorCodes, ExceptionDetail::translate > Exception
Definition:
Exception.h:66
art::hlt::N_STATES
Definition:
HLTenums.h:11
art::hlt::Pass
Definition:
HLTenums.h:8
art::hlt::Fail
Definition:
HLTenums.h:9
canvas
Persistency
Common
HLTenums.h
Generated on Tue Mar 11 2025 16:14:54 for LArSoft by
1.8.11