CMS 3D CMS Logo

Public Member Functions | Public Attributes

edm::LimitAndTimespan Class Reference

#include <ELmap.h>

List of all members.

Public Member Functions

 LimitAndTimespan (int lim=-1, int ts=-1, int ivl=-1)

Public Attributes

int interval
int limit
int timespan

Detailed Description

Definition at line 48 of file ELmap.h.


Constructor & Destructor Documentation

edm::LimitAndTimespan::LimitAndTimespan ( int  lim = -1,
int  ts = -1,
int  ivl = -1 
)

Definition at line 36 of file ELmap.cc.

: limit   ( lim )
, timespan( ts )
, interval( ivl )
{ }

Member Data Documentation

Definition at line 54 of file ELmap.h.

Definition at line 52 of file ELmap.h.

Definition at line 53 of file ELmap.h.