#ifndef __TMrbSubevent_Gassiplex_1_h__
#define __TMrbSubevent_Gassiplex_1_h__
namespace std {} using namespace std;
#include <cstdlib>
#include <iostream>
#include <sstream>
#include <iomanip>
#include <fstream>
#include "Rtypes.h"
#include "TSystem.h"
#include "TMrbSubevent.h"
#include "TMrbTemplate.h"
class TMrbSubevent_Gassiplex_1 : public TMrbSubevent {
public:
TMrbSubevent_Gassiplex_1() {};
TMrbSubevent_Gassiplex_1(const Char_t * SevtName, const Char_t * SevtTitle = "", Int_t Crate = -1);
~TMrbSubevent_Gassiplex_1() {};
Bool_t MakeReadoutCode(ofstream & RdoStrm, TMrbConfig::EMrbReadoutTag TagIndex,
TMrbTemplate & Template, const Char_t * Prefix = NULL);
inline Bool_t HasFixedLengthFormat() const { return(kFALSE); };
inline Bool_t AllowsMultipleModules() const { return(kTRUE); };
inline Bool_t CheckModuleID(TMrbModule * Module) const {
return (Module->CheckID(TMrbConfig::kModuleGassiplex));
};
inline Bool_t HasPrivateCode() const { return(kTRUE); };
inline void Help() { gSystem->Exec(Form("mrbHelp %s", this->ClassName())); };
ClassDef(TMrbSubevent_Gassiplex_1, 1)
};
#endif
TMrbSubevent_Gassiplex_1.h:1 TMrbSubevent_Gassiplex_1.h:2 TMrbSubevent_Gassiplex_1.h:3 TMrbSubevent_Gassiplex_1.h:4 TMrbSubevent_Gassiplex_1.h:5 TMrbSubevent_Gassiplex_1.h:6 TMrbSubevent_Gassiplex_1.h:7 TMrbSubevent_Gassiplex_1.h:8 TMrbSubevent_Gassiplex_1.h:9 TMrbSubevent_Gassiplex_1.h:10 TMrbSubevent_Gassiplex_1.h:11 TMrbSubevent_Gassiplex_1.h:12 TMrbSubevent_Gassiplex_1.h:13 TMrbSubevent_Gassiplex_1.h:14 TMrbSubevent_Gassiplex_1.h:15 TMrbSubevent_Gassiplex_1.h:16 TMrbSubevent_Gassiplex_1.h:17 TMrbSubevent_Gassiplex_1.h:18 TMrbSubevent_Gassiplex_1.h:19 TMrbSubevent_Gassiplex_1.h:20 TMrbSubevent_Gassiplex_1.h:21 TMrbSubevent_Gassiplex_1.h:22 TMrbSubevent_Gassiplex_1.h:23 TMrbSubevent_Gassiplex_1.h:24 TMrbSubevent_Gassiplex_1.h:25 TMrbSubevent_Gassiplex_1.h:26 TMrbSubevent_Gassiplex_1.h:27 TMrbSubevent_Gassiplex_1.h:28 TMrbSubevent_Gassiplex_1.h:29 TMrbSubevent_Gassiplex_1.h:30 TMrbSubevent_Gassiplex_1.h:31 TMrbSubevent_Gassiplex_1.h:32 TMrbSubevent_Gassiplex_1.h:33 TMrbSubevent_Gassiplex_1.h:34 TMrbSubevent_Gassiplex_1.h:35 TMrbSubevent_Gassiplex_1.h:36 TMrbSubevent_Gassiplex_1.h:37 TMrbSubevent_Gassiplex_1.h:38 TMrbSubevent_Gassiplex_1.h:39 TMrbSubevent_Gassiplex_1.h:40 TMrbSubevent_Gassiplex_1.h:41 TMrbSubevent_Gassiplex_1.h:42 TMrbSubevent_Gassiplex_1.h:43 TMrbSubevent_Gassiplex_1.h:44 TMrbSubevent_Gassiplex_1.h:45 TMrbSubevent_Gassiplex_1.h:46 TMrbSubevent_Gassiplex_1.h:47 TMrbSubevent_Gassiplex_1.h:48 TMrbSubevent_Gassiplex_1.h:49 TMrbSubevent_Gassiplex_1.h:50 TMrbSubevent_Gassiplex_1.h:51 TMrbSubevent_Gassiplex_1.h:52 TMrbSubevent_Gassiplex_1.h:53 TMrbSubevent_Gassiplex_1.h:54 TMrbSubevent_Gassiplex_1.h:55 TMrbSubevent_Gassiplex_1.h:56 TMrbSubevent_Gassiplex_1.h:57 TMrbSubevent_Gassiplex_1.h:58 TMrbSubevent_Gassiplex_1.h:59 TMrbSubevent_Gassiplex_1.h:60 TMrbSubevent_Gassiplex_1.h:61 TMrbSubevent_Gassiplex_1.h:62 TMrbSubevent_Gassiplex_1.h:63 TMrbSubevent_Gassiplex_1.h:64 TMrbSubevent_Gassiplex_1.h:65 TMrbSubevent_Gassiplex_1.h:66 TMrbSubevent_Gassiplex_1.h:67