Example #1
0
//______________________________________________________________________________
void RapidRun::ShowMembers(TMemberInspector &R__insp)
{
      // Inspect the data members of an object of class RapidRun.
      TClass *R__cl = ::RapidRun::IsA();
      if (R__cl || R__insp.IsA()) { }
      R__insp.Inspect(R__cl, R__insp.GetParent(), "args", (void*)&args);
      R__insp.InspectMember("auto_ptr<TList>", (void*)&args, "args.", false);
      TObject::ShowMembers(R__insp);
}
Example #2
0
//______________________________________________________________________________
void Event::ShowMembers(TMemberInspector &R__insp, char *R__parent)
{
      // Inspect the data members of an object of class Event.
      TClass *R__cl = ::Event::IsA();
      Int_t R__ncp = strlen(R__parent);
      if (R__ncp || R__cl || R__insp.IsA()) { }
      R__insp.Inspect(R__cl, R__parent, "eventNumber_", &eventNumber_);
      R__insp.Inspect(R__cl, R__parent, "p_", (void*)&p_);
      ::ROOT::GenericShowMembers("vector<double>", (void*)&p_, R__insp, strcat(R__parent,"p_."),false);
      R__parent[R__ncp] = 0;
      R__insp.Inspect(R__cl, R__parent, "vertices_", (void*)&vertices_);
      ::ROOT::GenericShowMembers("vector<int>", (void*)&vertices_, R__insp, strcat(R__parent,"vertices_."),false);
      R__parent[R__ncp] = 0;
      R__insp.Inspect(R__cl, R__parent, "myStruct_", (void*)&myStruct_);
      ::ROOT::GenericShowMembers("Event::myStruct_", (void*)&myStruct_, R__insp, strcat(R__parent,"myStruct_."),false);
      R__parent[R__ncp] = 0;
      TObject::ShowMembers(R__insp, R__parent);
}
Example #3
0
//______________________________________________________________________________
void GmpNormAna::ShowMembers(TMemberInspector &R__insp)
{
      // Inspect the data members of an object of class GmpNormAna.
      TClass *R__cl = ::GmpNormAna::IsA();
      if (R__cl || R__insp.IsA()) { }
      R__insp.Inspect(R__cl, R__insp.GetParent(), "bits", &bits);
      R__insp.InspectMember(bits, "bits.");
      R__insp.Inspect(R__cl, R__insp.GetParent(), "*myscaler", &myscaler);
      R__insp.Inspect(R__cl, R__insp.GetParent(), "*normdata", &normdata);
      R__insp.Inspect(R__cl, R__insp.GetParent(), "fSpectr", (void*)&fSpectr);
      R__insp.InspectMember("string", (void*)&fSpectr, "fSpectr.", false);
      R__insp.Inspect(R__cl, R__insp.GetParent(), "herecnt", &herecnt);
      R__insp.Inspect(R__cl, R__insp.GetParent(), "fRocScaler", (void*)&fRocScaler);
      R__insp.InspectMember("vector<BRocScaler*>", (void*)&fRocScaler, "fRocScaler.", false);
      R__insp.Inspect(R__cl, R__insp.GetParent(), "fSetPrescale", &fSetPrescale);
      R__insp.Inspect(R__cl, R__insp.GetParent(), "fHelEnable", &fHelEnable);
      R__insp.Inspect(R__cl, R__insp.GetParent(), "fDoBcmCalib", &fDoBcmCalib);
      R__insp.Inspect(R__cl, R__insp.GetParent(), "evtypebits", &evtypebits);
      R__insp.Inspect(R__cl, R__insp.GetParent(), "*tdcdata", &tdcdata);
      R__insp.Inspect(R__cl, R__insp.GetParent(), "*nhit", &nhit);
      R__insp.Inspect(R__cl, R__insp.GetParent(), "t1live", &t1live);
      R__insp.Inspect(R__cl, R__insp.GetParent(), "hpos_alive", &hpos_alive);
      R__insp.Inspect(R__cl, R__insp.GetParent(), "hneg_alive", &hneg_alive);
      R__insp.Inspect(R__cl, R__insp.GetParent(), "dlive", &dlive);
      R__insp.Inspect(R__cl, R__insp.GetParent(), "bcm", &bcm);
      R__insp.Inspect(R__cl, R__insp.GetParent(), "TSLive1", &TSLive1);
      R__insp.Inspect(R__cl, R__insp.GetParent(), "TSLive2", &TSLive2);
      R__insp.Inspect(R__cl, R__insp.GetParent(), "TSdtime", &TSdtime);
      R__insp.Inspect(R__cl, R__insp.GetParent(), "*ev140_scaler", &ev140_scaler);
      R__insp.Inspect(R__cl, R__insp.GetParent(), "*ev140_plus", &ev140_plus);
      R__insp.Inspect(R__cl, R__insp.GetParent(), "*ev140_minus", &ev140_minus);
      R__insp.Inspect(R__cl, R__insp.GetParent(), "*roc_scaler", &roc_scaler);
      R__insp.Inspect(R__cl, R__insp.GetParent(), "*roc_plus", &roc_plus);
      R__insp.Inspect(R__cl, R__insp.GetParent(), "*roc_minus", &roc_minus);
      R__insp.Inspect(R__cl, R__insp.GetParent(), "hist", (void*)&hist);
      R__insp.InspectMember("vector<TH1*>", (void*)&hist, "hist.", false);
      R__insp.Inspect(R__cl, R__insp.GetParent(), "*outputFile", &outputFile);
      THaPhysicsModule::ShowMembers(R__insp);
}