ATLAS Offline Software
Static Public Member Functions | Public Attributes | List of all members
StandaloneDataIO::FolderLoadOptions Class Reference

#include <StandaloneDataIO.h>

Collaboration diagram for StandaloneDataIO::FolderLoadOptions:

Static Public Member Functions

static constexpr FolderLoadOptions None ()
 
static constexpr FolderLoadOptions All ()
 

Public Attributes

bool load_cluster_info = false
 
bool load_cell_state = false
 
bool load_cell_info = false
 
bool load_geometry = false
 
bool load_noise = false
 

Detailed Description

The members of this structure should all be initialised by default to false. It is the function caller's responsibility to specify what should be loaded.

Definition at line 463 of file StandaloneDataIO.h.

Member Function Documentation

◆ All()

static constexpr FolderLoadOptions StandaloneDataIO::FolderLoadOptions::All ( )
inlinestaticconstexpr

Definition at line 477 of file StandaloneDataIO.h.

478  {
479  FolderLoadOptions ret{true, true, true, true, true};
480  return ret;
481  }

◆ None()

static constexpr FolderLoadOptions StandaloneDataIO::FolderLoadOptions::None ( )
inlinestaticconstexpr

Definition at line 471 of file StandaloneDataIO.h.

472  {
473  FolderLoadOptions ret;
474  return ret;
475  //By design, all options are initialized as false...
476  }

Member Data Documentation

◆ load_cell_info

bool StandaloneDataIO::FolderLoadOptions::load_cell_info = false

Definition at line 467 of file StandaloneDataIO.h.

◆ load_cell_state

bool StandaloneDataIO::FolderLoadOptions::load_cell_state = false

Definition at line 466 of file StandaloneDataIO.h.

◆ load_cluster_info

bool StandaloneDataIO::FolderLoadOptions::load_cluster_info = false

Definition at line 465 of file StandaloneDataIO.h.

◆ load_geometry

bool StandaloneDataIO::FolderLoadOptions::load_geometry = false

Definition at line 468 of file StandaloneDataIO.h.

◆ load_noise

bool StandaloneDataIO::FolderLoadOptions::load_noise = false

Definition at line 469 of file StandaloneDataIO.h.


The documentation for this class was generated from the following file:
ret
T ret(T t)
Definition: rootspy.cxx:260