ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
PuppiUserInfo Class Reference

#include <Puppi.h>

Inheritance diagram for PuppiUserInfo:
Collaboration diagram for PuppiUserInfo:

Public Member Functions

 PuppiUserInfo ()
 
 PuppiUserInfo (const std::vector< double > &)
 
 PuppiUserInfo (double)
 

Public Attributes

std::vector< double > otherChi2Vec
 

Detailed Description

Definition at line 11 of file Puppi.h.

Constructor & Destructor Documentation

◆ PuppiUserInfo() [1/3]

PuppiUserInfo::PuppiUserInfo ( )

Definition at line 13 of file Puppi.cxx.

13 : otherChi2Vec(std::vector<double>()) {}

◆ PuppiUserInfo() [2/3]

PuppiUserInfo::PuppiUserInfo ( const std::vector< double > &  v)

Definition at line 14 of file Puppi.cxx.

14 : otherChi2Vec(v) {}

◆ PuppiUserInfo() [3/3]

PuppiUserInfo::PuppiUserInfo ( double  v)

Definition at line 15 of file Puppi.cxx.

15 : otherChi2Vec(std::vector<double>({v})) {}

Member Data Documentation

◆ otherChi2Vec

std::vector<double> PuppiUserInfo::otherChi2Vec

Definition at line 17 of file Puppi.h.


The documentation for this class was generated from the following files:
PuppiUserInfo::otherChi2Vec
std::vector< double > otherChi2Vec
Definition: Puppi.h:17
python.PyAthena.v
v
Definition: PyAthena.py:157