ROOT
Version master
master
v6.34
v6.32
v6.30
v6.28
v6.26
v6.24
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
v6.04
Reference Guide
▼
ROOT
ROOT Reference Documentation
Tutorials
►
Functional Parts
►
Namespaces
►
All Classes
▼
Files
▼
File List
►
bindings
▼
core
►
base
►
clingutils
►
cont
▼
dictgen
►
res
▼
src
►
BaseSelectionRule.cxx
ClassSelectionRule.cxx
DictSelectionReader.cxx
►
LinkdefReader.cxx
►
rootcling-argparse.py
►
rootcling_impl.cxx
►
Scanner.cxx
►
SelectionRules.cxx
►
TModuleGenerator.cxx
VariableSelectionRule.cxx
XMLReader.cxx
►
foundation
►
gui
►
imt
►
macosx
►
meta
►
metacling
►
multiproc
►
rint
►
testsupport
►
thread
►
unix
►
winnt
►
zip
►
documentation
►
geom
►
graf2d
►
graf3d
►
gui
►
hist
►
io
►
main
►
master
►
math
►
montecarlo
►
net
►
proof
►
roofit
►
sql
►
tmva
►
tree
►
tutorials
►
File Members
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
VariableSelectionRule.cxx
Go to the documentation of this file.
1
// @(#)root/core/utils:$Id: VariableSelectionRule.cxx 41697 2011-11-01 21:03:41Z pcanal $
2
// Author: Velislava Spasova September 2010
3
4
/*************************************************************************
5
* Copyright (C) 1995-2011, Rene Brun, Fons Rademakers and al. *
6
* All rights reserved. *
7
* *
8
* For the licensing terms see $ROOTSYS/LICENSE. *
9
* For the list of contributors see $ROOTSYS/README/CREDITS. *
10
*************************************************************************/
11
12
//////////////////////////////////////////////////////////////////////////
13
// //
14
// VariableSelectionRule //
15
// //
16
//////////////////////////////////////////////////////////////////////////
17
18
#include "
VariableSelectionRule.h
"
19
#include <iostream>
20
21
void
VariableSelectionRule::Print
(std::ostream &out)
const
22
{
23
out<<
"\t\tSelected: "
;
24
switch
(
GetSelected
()){
25
case
BaseSelectionRule::kYes
: out<<
"Yes"
<<std::endl;
26
break
;
27
case
BaseSelectionRule::kNo
: out<<
"No"
<<std::endl;
28
break
;
29
case
BaseSelectionRule::kDontCare
: out<<
"Don't Care"
<<std::endl;
30
break
;
31
default
: out<<
"Unspecified"
<<std::endl;
32
}
33
PrintAttributes
(out,3);
34
}
VariableSelectionRule.h
BaseSelectionRule::kDontCare
@ kDontCare
Definition
BaseSelectionRule.h:46
BaseSelectionRule::kYes
@ kYes
Definition
BaseSelectionRule.h:44
BaseSelectionRule::kNo
@ kNo
Definition
BaseSelectionRule.h:45
BaseSelectionRule::GetSelected
ESelect GetSelected() const
Definition
BaseSelectionRule.cxx:103
BaseSelectionRule::PrintAttributes
void PrintAttributes(int level) const
Definition
BaseSelectionRule.cxx:178
VariableSelectionRule::Print
void Print(std::ostream &out) const final
Definition
VariableSelectionRule.cxx:21
core
dictgen
src
VariableSelectionRule.cxx
ROOT master - Reference Guide Generated on Mon Feb 17 2025 15:03:06 (GVA Time) using Doxygen 1.10.0