#include <PhysicsTGraphPayload.h>
Public Member Functions | |
operator TGraph () const | |
conversion to TGraph More... | |
PhysicsTGraphPayload () | |
default constructor More... | |
PhysicsTGraphPayload (const TGraph &graph) | |
constructor from TGraph object More... | |
void | print (std::ostream &stream) const |
print points of TGraph object More... | |
Protected Attributes | |
COND_SERIALIZABLE | |
std::string | name_ |
int | numPoints_ |
std::vector< float > | x_ |
std::vector< float > | y_ |
Definition at line 22 of file PhysicsTGraphPayload.h.
PhysicsTGraphPayload::PhysicsTGraphPayload | ( | ) |
PhysicsTGraphPayload::PhysicsTGraphPayload | ( | const TGraph & | graph | ) |
constructor from TGraph object
Definition at line 11 of file PhysicsTGraphPayload.cc.
References name_, numPoints_, x_, and y_.
PhysicsTGraphPayload::operator TGraph | ( | ) | const |
conversion to TGraph
Definition at line 28 of file PhysicsTGraphPayload.cc.
References edm::hlt::Exception.
void PhysicsTGraphPayload::print | ( | std::ostream & | stream | ) | const |
print points of TGraph object
Definition at line 43 of file PhysicsTGraphPayload.cc.
References name_, numPoints_, x_, and y_.
|
protected |
Definition at line 43 of file PhysicsTGraphPayload.h.
|
protected |
Definition at line 38 of file PhysicsTGraphPayload.h.
Referenced by PhysicsTGraphPayload(), and print().
|
protected |
Definition at line 39 of file PhysicsTGraphPayload.h.
Referenced by PhysicsTGraphPayload(), and print().
|
protected |
Definition at line 40 of file PhysicsTGraphPayload.h.
Referenced by PhysicsTGraphPayload(), and print().
|
protected |
Definition at line 41 of file PhysicsTGraphPayload.h.
Referenced by PhysicsTGraphPayload(), and print().