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

ScanCat.cxx File Reference

#include "EventDisplayBase/ScanCat.h"
#include <cstdlib>
#include "TGLayout.h"
#include "TGButton.h"
#include "TGLabel.h"
#include "TGTextEntry.h"
#include "EventDisplayBase/evdb.h"
#include "EventDisplayBase/IoModule.h"
#include "EventDataModel/EventHandle.h"
#include "EventDataModel/EventHeader.h"

Go to the source code of this file.

Functions

void GetEventNumbers (int &run, int &event)


Function Documentation

void GetEventNumbers int &  run,
int &  event
[static]
 

Definition at line 27 of file ScanCat.cxx.

References edm::EventHeader::Event(), edm::EventHandle::Header(), and edm::EventHeader::Run().

Referenced by evdb::GoToDialog::GoToDialog(), and evdb::ScanCat::NextEvt().

00028 {
00029   // Grad the header out of the event
00030   edm::EventHandle& evt  = IoModule::Instance()->GetEvent();
00031   edm::EventHeader& head = evt.Header();
00032   
00033   run   = head.Run();
00034   event = head.Event();
00035 }


Generated on Thu Sep 4 02:05:30 2008 for NOvA Offline by doxygen 1.3.5