Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Fireworks
Core
interface
FWInvMassDialog.h
Go to the documentation of this file.
1
#ifndef Fireworks_Core_FWInvMassDialog_h
2
#define Fireworks_Core_FWInvMassDialog_h
3
// -*- C++ -*-
4
//
5
// Package: Core
6
// Class : FWInvMassDialog
7
//
16
//
17
// Original Author: Matevz Tadel
18
// Created: Mon Nov 22 11:05:41 CET 2010
19
//
20
21
// system include files
22
23
// user include files
24
#include "TGFrame.h"
25
26
// forward declarations
27
class
FWSelectionManager
;
28
29
class
TGTextView;
30
class
TGTextButton;
31
32
class
FWInvMassDialog
:
public
TGMainFrame {
33
public
:
34
FWInvMassDialog
(
FWSelectionManager
* sm);
35
~FWInvMassDialog
()
override
;
36
37
void
CloseWindow
()
override
;
38
39
// ---------- const member functions ---------------------
40
41
// ---------- static member functions --------------------
42
43
// ---------- member functions ---------------------------
44
45
void
Calculate
();
46
47
protected
:
48
void
beginUpdate
();
49
void
addLine
(
const
TString&
line
);
50
void
endUpdate
();
51
52
private
:
53
FWInvMassDialog
(
const
FWInvMassDialog
&);
// stop default
54
55
const
FWInvMassDialog
&
operator=
(
const
FWInvMassDialog
&);
// stop default
56
57
// ---------- member data --------------------------------
58
59
FWSelectionManager
*
m_selectionMgr
;
60
61
TGTextView*
m_text
;
62
TGTextButton*
m_button
;
63
64
bool
m_firstLine
;
65
66
ClassDefOverride
(
FWInvMassDialog
, 0);
67
};
68
69
#endif
FWInvMassDialog::m_text
TGTextView * m_text
Definition:
FWInvMassDialog.h:61
FWInvMassDialog::m_firstLine
bool m_firstLine
Definition:
FWInvMassDialog.h:64
FWInvMassDialog
Definition:
FWInvMassDialog.h:32
FWInvMassDialog::m_button
TGTextButton * m_button
Definition:
FWInvMassDialog.h:62
FWInvMassDialog::~FWInvMassDialog
~FWInvMassDialog() override
Definition:
FWInvMassDialog.cc:64
FWInvMassDialog::endUpdate
void endUpdate()
Definition:
FWInvMassDialog.cc:100
FWInvMassDialog::CloseWindow
void CloseWindow() override
Definition:
FWInvMassDialog.cc:66
FWSelectionManager
Definition:
FWSelectionManager.h:34
FWInvMassDialog::ClassDefOverride
ClassDefOverride(FWInvMassDialog, 0)
FWInvMassDialog::m_selectionMgr
FWSelectionManager * m_selectionMgr
Definition:
FWInvMassDialog.h:59
FWInvMassDialog::beginUpdate
void beginUpdate()
Definition:
FWInvMassDialog.cc:84
mps_splice.line
line
Definition:
mps_splice.py:76
FWInvMassDialog::FWInvMassDialog
FWInvMassDialog(FWSelectionManager *sm)
Definition:
FWInvMassDialog.cc:42
FWInvMassDialog::operator=
const FWInvMassDialog & operator=(const FWInvMassDialog &)
FWInvMassDialog::Calculate
void Calculate()
Definition:
FWInvMassDialog.cc:102
FWInvMassDialog::addLine
void addLine(const TString &line)
Definition:
FWInvMassDialog.cc:89
Generated for CMSSW Reference Manual by
1.8.16