version = "0.2";  	// mandatory
logfile = "out/Daq.log";// mandatory
loglevel = 1;		// 0=none, 1=normal, 2=debug, 3=verbose, 4=very verbose ...
date = "28/03/2012"; 	// date format: DD/MM/YYYY
time = "12:00:00";   	// time format: hh:mm:ss
at = "UTFSM"; 		// where

// @includeDir ...
@include "./config_default_maroc.txt" 


// This is the specific configuration
// only difference from default are needed



cb:(
	{ 		
		did = 1,
		fenum = 2, // Number of fe board connected to this Controller 
		fe:(
			{
				cfgReg1:{hold1_delay = 0;}
				cfgReg2:{hit_delay = 1;}
				mrc3:{DAC0=0;}	
  			},{
				cfgReg1:{hold1_delay = 255;}
				cfgReg2:{hit_delay = 7;}
				mrc3:{DAC0=1023;preamp:{gain_default=32}; others:{en_otabg =1}}
			}
		); // end of card lists
	}
); // end of controller list	

