LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
art::SampledInfo< T > Struct Template Reference

#include "SampledInfo.h"

Static Public Member Functions

static short Class_Version ()
 

Public Attributes

double weight
 
double probability
 
std::vector< T > ids
 

Detailed Description

template<typename T>
struct art::SampledInfo< T >

Definition at line 16 of file SampledInfo.h.

Member Function Documentation

template<typename T >
static short art::SampledInfo< T >::Class_Version ( )
inlinestatic

Definition at line 25 of file SampledInfo.h.

26  {
27  return 10;
28  }

Member Data Documentation

template<typename T >
std::vector<T> art::SampledInfo< T >::ids

Definition at line 21 of file SampledInfo.h.

template<typename T >
double art::SampledInfo< T >::probability

Definition at line 20 of file SampledInfo.h.

template<typename T >
double art::SampledInfo< T >::weight

Definition at line 18 of file SampledInfo.h.


The documentation for this struct was generated from the following file: