|
Geant4-11
|
#include <G4AttributeFilterT.hh>
Public Types | |
| typedef T | Type |
Public Member Functions | |
| G4bool | Accept (const T &) const |
| void | AddInterval (const G4String &) |
| void | AddValue (const G4String &) |
| virtual void | Clear () |
| virtual bool | Evaluate (const T &) const |
| G4AttributeFilterT (const G4String &name="Unspecified") | |
| G4bool | GetActive () const |
| G4bool | GetInvert () const |
| G4String | GetName () const |
| G4bool | GetVerbose () const |
| G4String | Name () const |
| virtual void | Print (std::ostream &ostr) const |
| virtual void | PrintAll (std::ostream &ostr) const |
| virtual void | Reset () |
| void | Set (const G4String &name) |
| void | SetActive (const G4bool &) |
| void | SetInvert (const G4bool &) |
| void | SetVerbose (const G4bool &) |
| virtual | ~G4AttributeFilterT () |
Private Types | |
| enum | Config { Interval , SingleValue } |
| typedef std::vector< Pair > | ConfigVect |
| typedef std::pair< G4String, Config > | Pair |
Private Attributes | |
| G4bool | fActive |
| G4String | fAttName |
| ConfigVect | fConfigVect |
| G4bool | fFirst |
| G4VAttValueFilter * | filter |
| G4bool | fInvert |
| G4String | fName |
| size_t | fNPassed |
| size_t | fNProcessed |
| G4bool | fVerbose |
Definition at line 43 of file G4AttributeFilterT.hh.
|
private |
Definition at line 72 of file G4AttributeFilterT.hh.
|
private |
Definition at line 71 of file G4AttributeFilterT.hh.
Definition at line 43 of file G4VFilter.hh.
|
private |
| G4AttributeFilterT< T >::G4AttributeFilterT | ( | const G4String & | name = "Unspecified" | ) |
Definition at line 85 of file G4AttributeFilterT.hh.
|
virtual |
Definition at line 93 of file G4AttributeFilterT.hh.
|
virtualinherited |
Implements G4VFilter< T >.
Definition at line 104 of file G4SmartFilter.hh.
References G4cout, G4endl, and G4VFilter< T >::Name().
| void G4AttributeFilterT< T >::AddInterval | ( | const G4String & | interval | ) |
Definition at line 197 of file G4AttributeFilterT.hh.
References G4Exception(), and JustWarning.
| void G4AttributeFilterT< T >::AddValue | ( | const G4String & | value | ) |
Definition at line 216 of file G4AttributeFilterT.hh.
References G4Exception(), and JustWarning.
|
virtual |
Implements G4SmartFilter< T >.
Definition at line 172 of file G4AttributeFilterT.hh.
|
virtual |
Implements G4SmartFilter< T >.
Definition at line 100 of file G4AttributeFilterT.hh.
References G4AttUtils::ExtractAttDef(), G4AttUtils::ExtractAttValue(), G4cerr, G4cout, G4endl, G4Exception(), G4AttFilterUtils::GetNewFilter(), G4AttValue::GetValue(), and JustWarning.
|
inherited |
Definition at line 172 of file G4SmartFilter.hh.
|
inherited |
Definition at line 186 of file G4SmartFilter.hh.
Definition at line 87 of file G4VFilter.hh.
|
inherited |
Definition at line 200 of file G4SmartFilter.hh.
Definition at line 80 of file G4VFilter.hh.
Referenced by G4SmartFilter< T >::Accept(), G4AttributeFilterT< T >::Print(), and G4SmartFilter< T >::PrintAll().
|
virtual |
Implements G4SmartFilter< T >.
Definition at line 180 of file G4AttributeFilterT.hh.
References G4VFilter< T >::Name().
|
virtualinherited |
Implements G4VFilter< T >.
Definition at line 138 of file G4SmartFilter.hh.
References G4endl, G4VFilter< T >::Name(), and pyG4Element::Print().
|
virtualinherited |
Implements G4VFilter< T >.
Definition at line 152 of file G4SmartFilter.hh.
| void G4AttributeFilterT< T >::Set | ( | const G4String & | name | ) |
Definition at line 190 of file G4AttributeFilterT.hh.
References G4InuclParticleNames::name().
|
inherited |
Definition at line 165 of file G4SmartFilter.hh.
|
inherited |
Definition at line 179 of file G4SmartFilter.hh.
|
inherited |
Definition at line 193 of file G4SmartFilter.hh.
|
privateinherited |
Definition at line 81 of file G4SmartFilter.hh.
|
private |
Definition at line 75 of file G4AttributeFilterT.hh.
|
private |
Definition at line 76 of file G4AttributeFilterT.hh.
|
mutableprivate |
Definition at line 79 of file G4AttributeFilterT.hh.
|
mutableprivate |
Definition at line 80 of file G4AttributeFilterT.hh.
|
privateinherited |
Definition at line 82 of file G4SmartFilter.hh.
Definition at line 66 of file G4VFilter.hh.
|
mutableprivateinherited |
Definition at line 84 of file G4SmartFilter.hh.
|
mutableprivateinherited |
Definition at line 85 of file G4SmartFilter.hh.
|
privateinherited |
Definition at line 83 of file G4SmartFilter.hh.