Minor changes to the global input file generation

This commit is contained in:
Bastian M. Wojek
2010-06-10 12:01:40 +00:00
parent 5ef81b381e
commit fb8523d8bf
8 changed files with 331 additions and 260 deletions

View File

@ -10,7 +10,7 @@
***************************************************************************/
/***************************************************************************
* Copyright (C) 2009 by Bastian M. Wojek / Andreas Suter *
* Copyright (C) 2009-2010 by Bastian M. Wojek / Andreas Suter *
* andreas.suter@psi.ch *
* *
* This program is free software; you can redistribute it and/or modify *
@ -29,6 +29,11 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
// note: msr2data is on purpose implemented in a way that shows string handling can be done solely
// using std::string, boost and related standard C++ features
// This implies, however, occasionally strange constructs when interoperating with PMusr-classes
// which mostly rely on ROOT's TString.
#include "PMsr2Data.h"
#include <algorithm>