#include <DrawingOptions.h>
Public Member Functions | |
| void | Update (const cfg::Config &c) |
Public Attributes | |
| int | fDrawMCVectors |
| int | fDrawMCHits |
| int | fDrawRawDigits |
| int | fDrawCalHits |
| int | fDrawProngs |
| std::vector< std::string > | fProngFolders |
|
|
Unpack the configuration into the class data Definition at line 12 of file DrawingOptions.cxx. References fDrawCalHits, fDrawMCHits, fDrawMCVectors, fDrawProngs, fDrawRawDigits, and fProngFolders. Referenced by evd::Display3D::Update(). 00013 {
00014 c("DrawMCVectors").Get(fDrawMCVectors);
00015 c("DrawMCHits"). Get(fDrawMCHits);
00016 c("DrawRawDigits").Get(fDrawRawDigits);
00017 c("DrawCalHits"). Get(fDrawCalHits);
00018 c("DrawProngs"). Get(fDrawProngs);
00019 c("ProngFolders"). Get(fProngFolders);
00020 }
|
|
|
Definition at line 21 of file DrawingOptions.h. Referenced by Update(). |
|
|
Definition at line 19 of file DrawingOptions.h. Referenced by Update(). |
|
|
Definition at line 18 of file DrawingOptions.h. Referenced by Update(). |
|
|
Definition at line 22 of file DrawingOptions.h. Referenced by Update(). |
|
|
Definition at line 20 of file DrawingOptions.h. Referenced by Update(). |
|
|
Definition at line 23 of file DrawingOptions.h. Referenced by evd::Display3D::DrawProngs(), and Update(). |
1.3.9.1