#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 | |
std::string | name_ |
int | numPoints_ |
std::vector< float > | x_ |
std::vector< float > | y_ |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
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_.
|
private |
|
friend |
Definition at line 43 of file PhysicsTGraphPayload.h.
|
friend |
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().