ATLAS Offline Software
Loading...
Searching...
No Matches
StandaloneDataIO::FolderLoadOptions Class Reference

The members of this structure should all be initialised by default to false. More...

#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_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 500 of file StandaloneDataIO.h.

Member Function Documentation

◆ All()

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

Definition at line 513 of file StandaloneDataIO.h.

514 {
515 FolderLoadOptions ret{true, true, true, true};
516 return ret;
517 }

◆ None()

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

Definition at line 507 of file StandaloneDataIO.h.

508 {
509 FolderLoadOptions ret;
510 return ret;
511 //By design, all options are initialized as false...
512 }

Member Data Documentation

◆ load_cell_info

bool StandaloneDataIO::FolderLoadOptions::load_cell_info = false

Definition at line 503 of file StandaloneDataIO.h.

◆ load_cluster_info

bool StandaloneDataIO::FolderLoadOptions::load_cluster_info = false

Definition at line 502 of file StandaloneDataIO.h.

◆ load_geometry

bool StandaloneDataIO::FolderLoadOptions::load_geometry = false

Definition at line 504 of file StandaloneDataIO.h.

◆ load_noise

bool StandaloneDataIO::FolderLoadOptions::load_noise = false

Definition at line 505 of file StandaloneDataIO.h.


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