LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
lar_pandora::LArPandoraOutput::Settings Class Reference

Settings class. More...

#include "LArPandoraOutput.h"

Public Member Functions

 Settings ()
 Default constructor. More...
 

Public Attributes

const pandora::Pandora * m_pPrimaryPandora
 
art::EDProducerm_pProducer
 
bool m_shouldRunStitching
 

Detailed Description

Settings class.

Definition at line 31 of file LArPandoraOutput.h.

Constructor & Destructor Documentation

lar_pandora::LArPandoraOutput::Settings::Settings ( )

Default constructor.

Definition at line 449 of file LArPandoraOutput.cxx.

449  :
450  m_pPrimaryPandora(nullptr),
451  m_pProducer(nullptr),
452  m_shouldRunStitching(false)
453 {
454 }
const pandora::Pandora * m_pPrimaryPandora

Member Data Documentation

const pandora::Pandora* lar_pandora::LArPandoraOutput::Settings::m_pPrimaryPandora
art::EDProducer* lar_pandora::LArPandoraOutput::Settings::m_pProducer
bool lar_pandora::LArPandoraOutput::Settings::m_shouldRunStitching

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