Jpp  18.2.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
JDATABASE::JPMTValue< JValue_t > Struct Template Reference

Auxiliary data structure for fallback order of PMT data. More...

#include <JPMTRunsetupParams.hh>

Inheritance diagram for JDATABASE::JPMTValue< JValue_t >:
std::pair< int, JValue_t >

Public Member Functions

 JPMTValue ()
 Default constructor. More...
 

Detailed Description

template<class JValue_t>
struct JDATABASE::JPMTValue< JValue_t >

Auxiliary data structure for fallback order of PMT data.

Definition at line 38 of file JPMTRunsetupParams.hh.

Constructor & Destructor Documentation

template<class JValue_t>
JDATABASE::JPMTValue< JValue_t >::JPMTValue ( )
inline

Default constructor.

Definition at line 44 of file JPMTRunsetupParams.hh.

44  :
45  std::pair<int, JValue_t>(-1, JValue_t())
46  {}

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