Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Anp::RunSubrun Struct Reference

#include <SelectSpill.h>

List of all members.

Public Member Functions

 RunSubrun ()
 RunSubrun (int run_, int subrun_)

Public Attributes

int run
int subrun


Constructor & Destructor Documentation

Anp::RunSubrun::RunSubrun  )  [inline]
 

Definition at line 84 of file SelectSpill.h.

References run().

00084 : run(-1), subrun(-1) {}

Anp::RunSubrun::RunSubrun int  run_,
int  subrun_
[inline]
 

Definition at line 85 of file SelectSpill.h.

References run().

00085 : run(run_), subrun(subrun_) {}


Member Data Documentation

int Anp::RunSubrun::run
 

Definition at line 86 of file SelectSpill.h.

Referenced by Anp::operator==().

int Anp::RunSubrun::subrun
 

Definition at line 87 of file SelectSpill.h.

Referenced by Anp::operator==().


The documentation for this struct was generated from the following file:
Generated on Mon Feb 15 11:10:35 2010 for loon by  doxygen 1.3.9.1